remove a print statement

This commit is contained in:
rolux 2012-04-18 07:44:21 +00:00
parent 24ccb3209b
commit 750a7965f7

View file

@ -49,7 +49,6 @@ pandora.ui.appPanel = function() {
} }
} else if (page == 'home') { } else if (page == 'home') {
// if we're on page load, show screen immediately // 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.home = pandora.ui.home()[
!pandora.$ui.appPanel ? 'showScreen' : 'fadeInScreen' !pandora.$ui.appPanel ? 'showScreen' : 'fadeInScreen'
](); ]();