Skip to content

Commit 076f58d

Browse files
committed
removed console log from content script line 14
1 parent 02d08bd commit 076f58d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/extension/contentScript.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ let isRecording = true;
1212

1313
// INCOMING MESSAGE FROM BACKEND (index.ts) TO CONTENT SCRIPT
1414
window.addEventListener('message', (msg) => {
15-
console.log('we made it to line 14');
1615
// Event listener runs constantly based on actions
1716
// recorded on the test application from backend files (linkFiber.ts).
1817
// Background.js has a listener that includes switch cases, depending on

0 commit comments

Comments
 (0)