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' ]();