Skip to content

Commit bffcca1

Browse files
committed
remove log
1 parent c6c2c38 commit bffcca1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

apps/basket/src/lib/blocked-traffic.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,7 @@ export async function logBlockedTraffic(
8484
};
8585

8686
sendEvent("analytics-blocked-traffic", blockedEvent);
87-
} catch (error) {
88-
console.error("Failed to send blocked traffic to Kafka", {
89-
error: error as Error,
90-
});
91-
throw error;
87+
} catch {
88+
//
9289
}
9390
}

0 commit comments

Comments
 (0)