diff --git a/gnome-shell/firewall@subgraph.com/extension.js b/gnome-shell/firewall@subgraph.com/extension.js index 56b7f58..a6b3fe4 100644 --- a/gnome-shell/firewall@subgraph.com/extension.js +++ b/gnome-shell/firewall@subgraph.com/extension.js @@ -162,7 +162,6 @@ const FirewallPromptHandler = new Lang.Class({ try { params.push(invocation) this._dialogs.push(params); - log("SGFW: DERP: " + this._dialogs); if (this._dialog === null || this._dialog === undefined) { this._dialog = true; this._createDialog(); @@ -176,7 +175,6 @@ const FirewallPromptHandler = new Lang.Class({ log("SGFW: Creating next available dialog..."); try { let params = this._dialogs.shift(); - log("SGFW: " + params); let [app, icon, path, address, port, ip, origin, proto, uid, gid, user, group, pid, sandbox, tlsguard, optstring, expanded, expert, action, invocation] = params; let cbfn = function(self) { return function() { return self.onCloseDialog(); }