remove console log

This commit is contained in:
Cameron 2020-07-12 15:28:02 +01:00
parent eec81ac54d
commit 9e61810bb1
2 changed files with 0 additions and 2 deletions

View File

@ -53,7 +53,6 @@ import imageLoader from 'imageLoader';
}
export default function (view, params, tabContent) {
console.log(tabContent)
const self = this;
let latestPromise;

View File

@ -223,7 +223,6 @@ import 'emby-button';
}
import(depends).then(({default: controllerFactory}) => {
console.log('using controller factory from ' + depends)
let tabContent;
if (index === 1) {