Skip to content

Commit 8800191

Browse files
committed
console.log
1 parent 1dbee54 commit 8800191

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/wallet-sdk/src/telemetry/logEvent.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ export function logEvent(
7272
importance: AnalyticsEventImportance | undefined
7373
) {
7474
if (window.ClientAnalytics) {
75-
console.log('logEvent', name, event, importance);
7675
window.ClientAnalytics?.logEvent(
7776
name,
7877
{

0 commit comments

Comments
 (0)