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

remove unused log statement

This commit is contained in:
Sky-High 2023-10-26 01:11:21 +02:00 committed by Bill Thornton
parent 423b16f0a9
commit e51ab7a8e3

View file

@ -698,8 +698,6 @@ class ChromecastPlayer {
normalizeImages(data);
// console.debug(JSON.stringify(data));
if (triggerStateChange) {
Events.trigger(this, 'statechange', [data]);
}