MCPcopy
hub / github.com/refined-github/refined-github / disableErrorLogging

Function disableErrorLogging

source/helpers/errors.ts:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6let isLoggingEnabled = true;
7
8export function disableErrorLogging(): void {
9 isLoggingEnabled = false;
10}
11
12const {version} = chrome.runtime.getManifest();
13

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected