remove debugging log

This commit is contained in:
jderose9
2017-02-08 18:08:23 -05:00
parent 6fe65f64d4
commit 8f3bc6aa09

View File

@@ -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 {