mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-16 18:38:25 -07:00
remove console log
This commit is contained in:
parent
eec81ac54d
commit
9e61810bb1
@ -53,7 +53,6 @@ import imageLoader from 'imageLoader';
|
||||
}
|
||||
|
||||
export default function (view, params, tabContent) {
|
||||
console.log(tabContent)
|
||||
const self = this;
|
||||
let latestPromise;
|
||||
|
||||
|
@ -223,7 +223,6 @@ import 'emby-button';
|
||||
}
|
||||
|
||||
import(depends).then(({default: controllerFactory}) => {
|
||||
console.log('using controller factory from ' + depends)
|
||||
let tabContent;
|
||||
|
||||
if (index === 1) {
|
||||
|
Loading…
Reference in New Issue
Block a user