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({