remove debug line

This commit is contained in:
Isaac Connor 2018-09-14 16:19:41 -04:00
parent 77edb8f74b
commit 870300ed93
1 changed files with 0 additions and 1 deletions

View File

@ -133,7 +133,6 @@ function getStreamCmdFailure(xhr) {
} }
function getStreamCmdResponse(respObj, respText) { function getStreamCmdResponse(respObj, respText) {
watchdogOk("stream"); watchdogOk("stream");
console.log('stream');
if ( streamCmdTimer ) if ( streamCmdTimer )
streamCmdTimer = clearTimeout(streamCmdTimer); streamCmdTimer = clearTimeout(streamCmdTimer);
if ( respObj.result == 'Ok' ) { if ( respObj.result == 'Ok' ) {