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]);
}