Skip to content

Commit 8456c6a

Browse files
committed
fix(vpc): remove unuse console.log
1 parent 710cd64 commit 8456c6a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/baas/vpc/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ class Vpc {
103103
}
104104

105105
const res = await utils.createSubnet(this.capi, params)
106-
console.log('handleSubnet', res)
107-
108106
sId = res.SubnetId
109107

110108
if (enableSubnetBroadcast === true) {

0 commit comments

Comments
 (0)