Remove console.log()

This commit is contained in:
Luka Murn 2016-10-25 18:13:29 +02:00
parent cd360d7279
commit b4685b0a40

View file

@ -454,10 +454,8 @@ function initializeUnsavedWorkDialog() {
$(document).on("page:before-change", function() {
var exit;
if (ignoreUnsavedWorkAlert) {
console.log('TRUE');
exit = true;
} else {
console.log('FALSE');
exit = confirm(alertText);
}
if ( exit ) {