Skip to content

Commit e0e7a2b

Browse files
committed
Remove debug logging
1 parent d19c4b6 commit e0e7a2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/util.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,6 @@ const projectServiceUtils = {
559559
}
560560
try {
561561
const token = yield this.getM2MToken();
562-
console.log(`TOKEN: ${token}`)
563562
const httpClient = this.getHttpClient({ id: requestId, log: logger });
564563
if (logger) {
565564
logger.trace(handles);

0 commit comments

Comments
 (0)