Skip to content

Commit

Permalink
fix: comment removed
Browse files Browse the repository at this point in the history
  • Loading branch information
rsauvair committed Jul 27, 2022
1 parent dd98bfe commit 50a6f1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/src/common/apis/ApiAgecap.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ class ApiAgecap {
if (this.auth) return true;
try {
logger.debug(`[Agecap API] Authenticate`);
console.log(`Basic ${config.agecap.key}`);
let response = await client.post(`authenticate`);
if (!response?.data?.token) {
throw new ApiError("Api Agecap", ` Authenticate: Something went wrong`);
Expand Down

0 comments on commit 50a6f1f

Please sign in to comment.