From 76190a644e5b73240af2b02625e0a773e6634a86 Mon Sep 17 00:00:00 2001 From: hackademix Date: Wed, 1 Aug 2018 17:48:45 +0200 Subject: Improved support for debugging code removal in releases. --- src/content/content.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/content/content.js') 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; -- cgit v1.2.3