From 86e926e268f72576fbe74c41ca548e025388aa1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Soutad=C3=A9?= Date: Tue, 18 Jul 2017 21:00:02 +0200 Subject: [PATCH] Deactivate DEBUG mode --- chrome_addon/lib/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome_addon/lib/main.js b/chrome_addon/lib/main.js index c4ef613..37ac8de 100644 --- a/chrome_addon/lib/main.js +++ b/chrome_addon/lib/main.js @@ -17,7 +17,7 @@ along with gPass. If not, see . */ -var DEBUG = true; +var DEBUG = false; var protocol_version = 4; var account_url = null; var crypto_v2_logins_size=0;