MCPcopy Create free account
hub / github.com/bywwcnll/StreamPanel / log

Function log

background.js:9–13  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

7const DEBUG = false; // Set to true for debugging
8
9function log(...args) {
10 if (DEBUG) {
11 console.log('[Stream Panel Background]', ...args);
12 }
13}
14
15// Handle connections from DevTools panels
16chrome.runtime.onConnect.addListener(function(port) {

Callers 1

background.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected