forked from 0x2620/pandora
remove a print statement
This commit is contained in:
parent
24ccb3209b
commit
750a7965f7
1 changed files with 0 additions and 1 deletions
|
@ -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'
|
||||||
]();
|
]();
|
||||||
|
|
Loading…
Reference in a new issue