We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57681e7 commit e6ec949Copy full SHA for e6ec949
1 file changed
src/content/main.ts
@@ -25,8 +25,6 @@ let isMonitoring = false;
25
function handleBridgeEvent(type: string, data: any) {
26
if (!isMonitoring) return;
27
28
- console.log(`[TestPilot] Bridge event received: ${type}`);
29
-
30
let payload: any = {
31
type,
32
url: window.location.href,
0 commit comments