From 750a7965f706bb3295eabc18a7899cf37111f153 Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 18 Apr 2012 07:44:21 +0000 Subject: [PATCH] remove a print statement --- static/js/pandora/appPanel.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/js/pandora/appPanel.js b/static/js/pandora/appPanel.js index 978eb7df5..5dfd42960 100644 --- a/static/js/pandora/appPanel.js +++ b/static/js/pandora/appPanel.js @@ -49,7 +49,6 @@ pandora.ui.appPanel = function() { } } else if (page == 'home') { // if we're on page load, show screen immediately - Ox.print('*** ' + (!pandora.$ui.appPanel ? 'showScreen' : 'fadeInScreen') + ' via appPanel') pandora.$ui.home = pandora.ui.home()[ !pandora.$ui.appPanel ? 'showScreen' : 'fadeInScreen' ]();