clear:删除一些console.log

This commit is contained in:
luying
2021-10-09 11:35:22 +08:00
parent 9ad04a1170
commit 04060acd79
13 changed files with 201 additions and 34 deletions

View File

@@ -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);
}