1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Remove log lines

This commit is contained in:
MrTimscampi 2020-04-26 14:18:43 +02:00
parent fcb6808a9f
commit 9d0aa06264

View file

@ -243,8 +243,6 @@ define(['connectionManager', 'cardBuilder', 'appSettings', 'dom', 'apphost', 'la
return function (items) {
var cardLayout = false;
var shape;
console.warn(viewType);
console.warn(itemType);
if (itemType === 'Channel' || viewType === 'movies' || viewType === 'books' || viewType === 'tvshows') {
shape = getPortraitShape();
} else if (viewType === 'music' || viewType === 'homevideos') {