Skip to content

Commit

Permalink
Delete setupFetchDebugging.js (#10636)
Browse files Browse the repository at this point in the history
* Delete setupFetchDebugging.js

* remove fetch-debugging (now handled corrently by sentry)
  • Loading branch information
kumavis authored Mar 23, 2021
1 parent 91e5b85 commit bfdc1e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 47 deletions.
6 changes: 0 additions & 6 deletions app/scripts/background.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
/**
* @file The entry point for the web extension singleton process.
*/
// these need to run before anything else
/* eslint-disable import/first,import/order */
import setupFetchDebugging from './lib/setupFetchDebugging';
/* eslint-enable import/order */

setupFetchDebugging();

// polyfills
import 'abortcontroller-polyfill/dist/polyfill-patch-fetch';
Expand Down
41 changes: 0 additions & 41 deletions app/scripts/lib/setupFetchDebugging.js

This file was deleted.

0 comments on commit bfdc1e6

Please sign in to comment.