mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
remove console log
This commit is contained in:
parent
eec81ac54d
commit
9e61810bb1
2 changed files with 0 additions and 2 deletions
|
@ -53,7 +53,6 @@ import imageLoader from 'imageLoader';
|
||||||
}
|
}
|
||||||
|
|
||||||
export default function (view, params, tabContent) {
|
export default function (view, params, tabContent) {
|
||||||
console.log(tabContent)
|
|
||||||
const self = this;
|
const self = this;
|
||||||
let latestPromise;
|
let latestPromise;
|
||||||
|
|
||||||
|
|
|
@ -223,7 +223,6 @@ import 'emby-button';
|
||||||
}
|
}
|
||||||
|
|
||||||
import(depends).then(({default: controllerFactory}) => {
|
import(depends).then(({default: controllerFactory}) => {
|
||||||
console.log('using controller factory from ' + depends)
|
|
||||||
let tabContent;
|
let tabContent;
|
||||||
|
|
||||||
if (index === 1) {
|
if (index === 1) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue