summaryrefslogtreecommitdiff
path: root/src/content
diff options
context:
space:
mode:
Diffstat (limited to 'src/content')
-rw-r--r--src/content/webglHook.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/webglHook.js b/src/content/webglHook.js
index 5b83025..c3b7aaa 100644
--- a/src/content/webglHook.js
+++ b/src/content/webglHook.js
@@ -1,4 +1,4 @@
-console.log("WebGL Hook", document.URL, document.documentElement && document.documentElement.innerHTML);
+debug("WebGL Hook", document.URL, document.documentElement && document.documentElement.innerHTML);
try {
let proto = HTMLCanvasElement.prototype;
let getContext = proto.getContext;