Skip to content

Commit

Permalink
chore(ton): remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
D4mph1r committed Sep 17, 2024
1 parent 284709c commit 81a6aff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/handler/poller/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ export default async function pollForLockEvents(
try {
const url = `/${identifier}?cursor=${lastId}&limit=10`;
fetch = await serverLinkHandler.get<Array<LockEventRes>>(url);

console.log({ url });
} catch (e) {
const error = e as Error;
logger.error(`Error fetching data: ${error.message}`);
Expand Down

0 comments on commit 81a6aff

Please sign in to comment.