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:
parent
423b16f0a9
commit
e51ab7a8e3
1 changed files with 0 additions and 2 deletions
|
@ -698,8 +698,6 @@ class ChromecastPlayer {
|
||||||
|
|
||||||
normalizeImages(data);
|
normalizeImages(data);
|
||||||
|
|
||||||
// console.debug(JSON.stringify(data));
|
|
||||||
|
|
||||||
if (triggerStateChange) {
|
if (triggerStateChange) {
|
||||||
Events.trigger(this, 'statechange', [data]);
|
Events.trigger(this, 'statechange', [data]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue