Remove some debugging

This commit is contained in:
George Stephanis 2015-08-10 16:02:15 -04:00
parent 6b76f81786
commit d7b9c2cbe7
1 changed files with 0 additions and 2 deletions

View File

@ -66,7 +66,6 @@
window.addEventListener( 'beforeunload', this.unloadConfirmation ); window.addEventListener( 'beforeunload', this.unloadConfirmation );
}, },
setUnloadConfirmation : function() { setUnloadConfirmation : function() {
console.log( data.strings.unload_confirmation_msg );
this.needsUnloadConfirm = true; this.needsUnloadConfirm = true;
}, },
clearUnloadConfirmation : function() { clearUnloadConfirmation : function() {
@ -78,7 +77,6 @@
window.event.returnValue = data.strings.unload_confirmation_msg; window.event.returnValue = data.strings.unload_confirmation_msg;
return data.strings.unload_confirmation_msg; return data.strings.unload_confirmation_msg;
} }
return null;
}, },
sanitizePage : function( page_num ) { sanitizePage : function( page_num ) {
page_num = parseInt( page_num, 10 ); page_num = parseInt( page_num, 10 );