mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
remove debugging log
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user