remove debug output

This commit is contained in:
j 2013-02-14 13:37:34 +00:00
parent 4b65bb7dc9
commit 220c92bde9

View file

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