Compare commits

..

No commits in common. "90b8379e6525bc96f7e3dd915b56270696b488a9" and "30e3eb8cc3239384fd0c95b7523733a2c42ec022" have entirely different histories.

View File

@ -223,13 +223,9 @@ class Asset {
utils.writeLog(`Asset ${this.id} audio registered`); utils.writeLog(`Asset ${this.id} audio registered`);
return callback(); return callback();
} else { } else {
console.log('_register--------------------') utils.writeLog(`Asset ${this.id} audio registered error`, error);
console.log('error---', error) utils.writeErrorLog(`ERROR_API`);
console.log('response---', response) return callback(error);
console.log('body---', body)
// utils.writeLog(`Asset ${this.id} audio registered error`, error);
// utils.writeErrorLog(`ERROR_API`);
// return callback(error);
} }
} }
); );
@ -266,13 +262,13 @@ class Asset {
return callback('Cannot send group-monitoring: Hub not connected'); return callback('Cannot send group-monitoring: Hub not connected');
} }
} else { } else {
console.log('_moveToChannel--------------------') console.log('ssssss1--------------------')
console.log('error---', error) console.log('error---', error)
console.log('response---', response) console.log('response---', response)
console.log('body---', body) console.log('body---', body)
// utils.writeLog(`Asset ${this.id} audio enter group error`, error); utils.writeLog(`Asset ${this.id} audio enter group error`, error);
// utils.writeErrorLog(`ERROR_API`); utils.writeErrorLog(`ERROR_API`);
// return callback(error); return callback(error);
} }
} }
); );