From 80d1afd499279828066def19ba646d680ca7689b Mon Sep 17 00:00:00 2001 From: Jens Lody Date: Sun, 14 Aug 2016 14:10:21 +0200 Subject: [PATCH] Remove overseen debug-statement. --- src/extension.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/extension.js b/src/extension.js index 3cf8af5..a1f89f2 100644 --- a/src/extension.js +++ b/src/extension.js @@ -185,8 +185,6 @@ let updateAvailablePrimaryRect = function() { _availablePrimaryRect.width=monitor.width; _availablePrimaryRect.height=monitor.height; - log(new Error().fileName+':'+new Error().lineNumber+' => panel(x, y, width, height) = ('+panel.x+','+panel.y+','+panel.width+','+panel.height+')'); - let panelRect = new Meta.Rectangle({ x: panel.x, y: panel.y, width: panel.width,