Skip to content

Commit

Permalink
[Relay] Remove unnecessary logging
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKim20 committed Apr 26, 2024
1 parent a11e2d9 commit af660e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/relay/src/routers/TokenRouter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,6 @@ export class TokenRouter {
private async chain_main_info(req: express.Request, res: express.Response) {
logger.http(`GET /v1/chain/main/info ${req.ip}:${JSON.stringify(req.params)}`);
try {
console.log(this.contractManager.mainTokenId);
console.log(this.contractManager.mainLoyaltyBridgeContract.address);
this.metrics.add("success", 1);
return res.status(200).json(
this.makeResponseData(0, {
Expand Down

0 comments on commit af660e4

Please sign in to comment.