remove log statement
This commit is contained in:
parent
1d96f1b981
commit
e22f3f32df
|
|
@ -488,8 +488,6 @@
|
|||
return postFunction(e);
|
||||
}
|
||||
|
||||
console.log("location=%o", location);
|
||||
|
||||
var screen = location.page.substring(1); // remove leading slash
|
||||
var accepted = screenEvent(currentScreen, 'beforeLeave', {screen:screen, hash: context.location.hash});
|
||||
if(accepted === false) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue