remove log statement

This commit is contained in:
Brian Smith 2014-07-21 01:54:06 -04:00
parent 1d96f1b981
commit e22f3f32df
1 changed files with 0 additions and 2 deletions

View File

@ -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) {