remove debug line
This commit is contained in:
parent
77edb8f74b
commit
870300ed93
|
@ -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' ) {
|
||||||
|
|
Loading…
Reference in New Issue