summaryrefslogtreecommitdiff
path: root/src/content/content.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/content.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/content.js')
-rw-r--r--src/content/content.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/content.js b/src/content/content.js
index 222cc05..886c363 100644
--- a/src/content/content.js
+++ b/src/content/content.js
@@ -1,6 +1,6 @@
'use strict';
- // debug = () => {}; // XPI_ONLY
+ // debug = () => {}; // REL_ONLY
var canScript = true, shouldScript = false;