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 02d08bd commit 076f58dCopy full SHA for 076f58d
src/extension/contentScript.ts
@@ -12,7 +12,6 @@ let isRecording = true;
12
13
// INCOMING MESSAGE FROM BACKEND (index.ts) TO CONTENT SCRIPT
14
window.addEventListener('message', (msg) => {
15
- console.log('we made it to line 14');
16
// Event listener runs constantly based on actions
17
// recorded on the test application from backend files (linkFiber.ts).
18
// Background.js has a listener that includes switch cases, depending on
0 commit comments