From 1211302b73e1c5e2e5d37ea836c9384604240e14 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 11 Nov 2011 18:07:42 +0000 Subject: [PATCH] remove print statement --- static/js/pandora/utils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/js/pandora/utils.js b/static/js/pandora/utils.js index afccc6b6..8d881444 100644 --- a/static/js/pandora/utils.js +++ b/static/js/pandora/utils.js @@ -819,7 +819,6 @@ pandora.reloadList = function() { pandora.renameList = function(oldId, newId, newName, folder) { folder = folder || pandora.getListData(oldId).folder; - Ox.print('RENAME LIST', oldId, newId, newName, folder) pandora.$ui.folderList[folder].value(oldId, 'name', newName); pandora.$ui.folderList[folder].value(oldId, 'id', newId); pandora.UI.set({