forked from 0x2620/pandora
remove debug output
This commit is contained in:
parent
4b65bb7dc9
commit
220c92bde9
1 changed files with 0 additions and 2 deletions
|
@ -265,11 +265,9 @@ pandora.ui.filter = function(id) {
|
|||
}
|
||||
};
|
||||
that.disableMenuItem = function(id) {
|
||||
Ox.print('disable', id);
|
||||
$menu.disableItem(id);
|
||||
};
|
||||
that.enableMenuItem = function(id) {
|
||||
Ox.print('enable', id);
|
||||
$menu.enableItem(id);
|
||||
};
|
||||
return that;
|
||||
|
|
Loading…
Reference in a new issue