Skip to content

Commit f85901f

Browse files
syzhyugasun
authored andcommitted
fix: clean debug code
1 parent 0eb23d0 commit f85901f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/client.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,6 @@ class SlsMonitor {
627627
return new Promise((resolve, reject) => {
628628
Promise.all(requestHandlers)
629629
.then((results) => {
630-
console.log('getScfMetrics', JSON.stringify(results))
631630
this.aggrDatas(results, reqPeriod, period)
632631
resolve(results)
633632
})

0 commit comments

Comments
 (0)