We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dbee54 commit 8800191Copy full SHA for 8800191
packages/wallet-sdk/src/telemetry/logEvent.ts
@@ -72,7 +72,6 @@ export function logEvent(
72
importance: AnalyticsEventImportance | undefined
73
) {
74
if (window.ClientAnalytics) {
75
- console.log('logEvent', name, event, importance);
76
window.ClientAnalytics?.logEvent(
77
name,
78
{
0 commit comments