diff options
Diffstat (limited to 'src/content')
-rw-r--r-- | src/content/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/content/index.js b/src/content/index.js index bf90363..deb3506 100644 --- a/src/content/index.js +++ b/src/content/index.js @@ -6,7 +6,6 @@ import Follow from './follow'; let vvConsole = new ConsoleFrame(window); - browser.runtime.onMessage.addListener((action) => { switch (action.type) { case actions.CMD_OPEN: |