Merge pull request #377 from dkanada/log

Fix log issue from #365
This commit is contained in:
Anthony Lavado
2019-06-30 16:05:15 -04:00
committed by GitHub
@@ -190,7 +190,7 @@ define(['appSettings', 'userSettings', 'playbackManager', 'connectionManager', '
*/
CastPlayer.prototype.sessionUpdateListener = function (isAlive) {
if (isAlive) {
console.log('sessionUpdateListener: not alive');
console.log('sessionUpdateListener: already alive');
} else {
this.session = null;
this.deviceState = DEVICE_STATE.IDLE;