Skip to content

Commit 8e4e7d2

Browse files
authoredMar 17, 2025··
log with console.debug by default (#3362)
1 parent f0fa182 commit 8e4e7d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎wormhole-connect/src/config/events.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export function wrapEventHandler(
2222
...event,
2323
};
2424

25-
console.info('Wormhole Connect event:', eventWithMeta);
25+
console.debug('Wormhole Connect event:', eventWithMeta);
2626
if (integrationHandler) {
2727
try {
2828
integrationHandler(eventWithMeta);

0 commit comments

Comments
 (0)
Please sign in to comment.