summaryrefslogtreecommitdiff
path: root/src/content/webglHook.js
diff options
context:
space:
mode:
authorhackademix2018-08-01 17:48:45 +0200
committerhackademix2018-08-01 17:48:45 +0200
commit76190a644e5b73240af2b02625e0a773e6634a86 (patch)
tree199eda2fac72653eca43c0f715b3ab051b493be2 /src/content/webglHook.js
parent140d8759cfe4a4bbaedcf9e7d4429e8cb889a3c9 (diff)
downloadnoscript-76190a644e5b73240af2b02625e0a773e6634a86.tar.gz
noscript-76190a644e5b73240af2b02625e0a773e6634a86.tar.xz
noscript-76190a644e5b73240af2b02625e0a773e6634a86.zip
Improved support for debugging code removal in releases.
Diffstat (limited to 'src/content/webglHook.js')
-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 171ce59..d4c064a 100644
--- a/src/content/webglHook.js
+++ b/src/content/webglHook.js
@@ -1,5 +1,5 @@
{
- debug("WebGL Hook", document.URL, document.documentElement && document.documentElement.innerHTML);
+ debug("WebGL Hook", document.URL, document.documentElement && document.documentElement.innerHTML); // DEV_ONLY
let proto = HTMLCanvasElement.prototype;
let getContext = proto.getContext;
exportFunction(function(type, ...rest) {