Skip to content

Commit b3eefc0

Browse files
committed
chore: comment out unused code
1 parent cd02d61 commit b3eefc0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/bg/action.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import { browserAction, webNavigation, type Tabs, tabs } from 'webextension-polyfill';
1+
import { browserAction, /*webNavigation,*/ type Tabs, tabs } from 'webextension-polyfill';
22
import { getHostname, invertHostState } from './utils/storage';
3-
import { matcher as mapsUrlMatcher, runtimeMapUrl } from './bg';
3+
//import { matcher as mapsUrlMatcher, runtimeMapUrl } from './bg';
44

5-
const replacedUrlMatcher = new RegExp(`^${runtimeMapUrl}\?`);
5+
//const replacedUrlMatcher = new RegExp(`^${runtimeMapUrl}\?`);
66

77
/**
88
* Async function to react to clicks on the browser action icon.

0 commit comments

Comments
 (0)