From 220c92bde9de7f53a32e41ff6d7c3529b9704ee8 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Thu, 14 Feb 2013 13:37:34 +0000 Subject: [PATCH] remove debug output --- static/js/pandora/filter.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/static/js/pandora/filter.js b/static/js/pandora/filter.js index eff1dffc8..0e8c4ce75 100644 --- a/static/js/pandora/filter.js +++ b/static/js/pandora/filter.js @@ -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;