Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 6601dc6

Browse files
committed
Debug compelte
1 parent 0af8e18 commit 6601dc6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/topcoder-api-helper.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ const challengesApiInstance = new topcoderApiChallenges.DefaultApi();
5252
* @returns {Promise} The promised token
5353
*/
5454
async function getM2Mtoken() {
55-
logger.debug(`Client ID: ${config.AUTH0_CLIENT_ID} and secret: ${config.AUTH0_CLIENT_SECRET} and endpoint: ${config.AUTH0_URL} and proxy: ${config.AUTH0_PROXY_SERVER_URL}`)
5655
return await m2m.getMachineToken(config.AUTH0_CLIENT_ID, config.AUTH0_CLIENT_SECRET);
5756
}
5857

0 commit comments

Comments
 (0)