Skip to content

Commit c880353

Browse files
(cleaned) background.js in preperation for comments
1 parent 9815045 commit c880353

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/extension/background.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,6 @@ chrome.runtime.onMessage.addListener((request, sender) => {
341341
default:
342342
break;
343343
}
344-
// console.log('inside background.js, tabsObj:', tabsObj);
345344
return true; // attempt to fix close port error
346345
});
347346

0 commit comments

Comments
 (0)