Skip to content

Commit aa78d17

Browse files
fix: remove unnecessary console log
1 parent ba373f2 commit aa78d17

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api/utils/requestProcessor.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,6 @@ const processRequest = (params) => {
386386
purpose: "LoginAuthToken",
387387
callback: function(err2, token) {
388388
if (err2) {
389-
console.log(err2);
390389
common.returnMessage(params, 400, 'Error creating token: ' + err2);
391390
return false;
392391
}

0 commit comments

Comments
 (0)