clear:删除一些console.log
This commit is contained in:
@@ -26,7 +26,7 @@ export class GateHandler {
|
||||
}
|
||||
// get all connectors
|
||||
let connectors = this.app.getServersByType('connector');
|
||||
console.log(connectors);
|
||||
// console.log(connectors);
|
||||
if (!connectors || connectors.length === 0) {
|
||||
return resResult(STATUS.CONNECTOR_ERR);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user