Skip to content

Commit e6ec949

Browse files
committed
feat: Implement the TestPilot browser extension popup UI for session management, issue reporting, history, and settings.
1 parent 57681e7 commit e6ec949

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/content/main.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ let isMonitoring = false;
2525
function handleBridgeEvent(type: string, data: any) {
2626
if (!isMonitoring) return;
2727

28-
console.log(`[TestPilot] Bridge event received: ${type}`);
29-
3028
let payload: any = {
3129
type,
3230
url: window.location.href,

0 commit comments

Comments
 (0)