From 3e466bc1e04b5cf006d79207d0ba0a3310718c5e Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 7 Nov 2011 21:26:38 +0000 Subject: [PATCH] remove print statements --- static/js/pandora/UI.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/static/js/pandora/UI.js b/static/js/pandora/UI.js index 9590dec37..26ce1dac8 100644 --- a/static/js/pandora/UI.js +++ b/static/js/pandora/UI.js @@ -89,14 +89,11 @@ pandora.UI = (function() { listView = add.listView || args.listView; if (listView) { - Ox.print('XXX') if (pandora.isClipView(listView)) { - Ox.print('YYY') // when switching to a clip view, clear list selection // (but don't trigger an additional event) add.listSelection = []; } else if (['text', 'position'].indexOf(pandora.user.ui.listSort[0].key) > -1) { - Ox.print('ZZZ') // when switchin to a non-clip view, with a sort key that // only exists in clip view, reset sort to default args.listSort = pandora.site.user.ui.listSort;