From ce1eb4d2629a7e7bf627b21378f95d8776f82ebf Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 3 Aug 2013 14:12:51 +0000 Subject: [PATCH] remove print statement --- static/js/utils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/js/utils.js b/static/js/utils.js index a3b6d1b9..53367834 100644 --- a/static/js/utils.js +++ b/static/js/utils.js @@ -374,7 +374,6 @@ pandora.createLinks = function($element) { ui = pandora.user.ui; if (object.action != 'copy') { if (type == 'item' && ui.section == 'items' && Ox.contains(object.targets, ui._list)) { - Ox.print('RELOADING LIST'); pandora.reloadList(); } else if (type == 'clip' && ui.section == 'edits' && Ox.contains(object.targets, ui.edit)) { // FIXME: reload clip list