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

remove log message

This commit is contained in:
Luke Pulverenti 2016-03-21 23:15:41 -04:00
parent 7cfa21451a
commit 3443ccc310

View file

@ -1599,7 +1599,7 @@ define(['appSettings', 'userSettings', 'appStorage'], function (appSettings, use
};
info = Object.assign(info, state.PlayState);
console.log('repeat mode ' + info.RepeatMode);
//console.log(JSON.stringify(info));
ApiClient.reportPlaybackProgress(info);
}