remove debug line
This commit is contained in:
parent
77edb8f74b
commit
870300ed93
|
@ -133,7 +133,6 @@ function getStreamCmdFailure(xhr) {
|
|||
}
|
||||
function getStreamCmdResponse(respObj, respText) {
|
||||
watchdogOk("stream");
|
||||
console.log('stream');
|
||||
if ( streamCmdTimer )
|
||||
streamCmdTimer = clearTimeout(streamCmdTimer);
|
||||
if ( respObj.result == 'Ok' ) {
|
||||
|
|
Loading…
Reference in New Issue