From eef846e490149080454a98b5f9e8a9b227dbfc18 Mon Sep 17 00:00:00 2001
From: David Baker <dave@matrix.org>
Date: Thu, 20 Oct 2016 16:43:40 +0100
Subject: [PATCH] oops

---
 electron/src/electron-main.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/electron/src/electron-main.js b/electron/src/electron-main.js
index 8f11d789b2..4053398c5c 100644
--- a/electron/src/electron-main.js
+++ b/electron/src/electron-main.js
@@ -18,7 +18,6 @@ function onWindowOrNavigate(ev, target) {
     // app, as we could end up opening any sort of random
     // url in a window that has node scripting access.
     ev.preventDefault();
-    debugger;
 
     // node-open passes the target to open/start/xdg-open,
     // so put fairly stringent limits on what can be opened