Skip to content

Commit

Permalink
chore: comment out unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Dec 27, 2023
1 parent cd02d61 commit b3eefc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/bg/action.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { browserAction, webNavigation, type Tabs, tabs } from 'webextension-polyfill';
import { browserAction, /*webNavigation,*/ type Tabs, tabs } from 'webextension-polyfill';
import { getHostname, invertHostState } from './utils/storage';
import { matcher as mapsUrlMatcher, runtimeMapUrl } from './bg';
//import { matcher as mapsUrlMatcher, runtimeMapUrl } from './bg';

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

/**
* Async function to react to clicks on the browser action icon.
Expand Down

0 comments on commit b3eefc0

Please sign in to comment.