diff --git a/src/plugins/chromecastPlayer/plugin.js b/src/plugins/chromecastPlayer/plugin.js index b985927881..664ebf53e6 100644 --- a/src/plugins/chromecastPlayer/plugin.js +++ b/src/plugins/chromecastPlayer/plugin.js @@ -698,8 +698,6 @@ class ChromecastPlayer { normalizeImages(data); - // console.debug(JSON.stringify(data)); - if (triggerStateChange) { Events.trigger(this, 'statechange', [data]); }