diff --git a/taskbar.js b/taskbar.js index 4591817..c26afd7 100644 --- a/taskbar.js +++ b/taskbar.js @@ -1245,7 +1245,6 @@ const taskbarAppIcon = new Lang.Class({ Mainloop.timeout_add(200, Lang.bind(this, function() { if(menu.isOpen) { this._grabHelper.grab({ actor: menu.actor, focus: menu.sourceActor, onUngrab: Lang.bind(this, this._closeMenu, menu) }); - log(this._grabHelper.grabStack.length); } })); } else {