removed debug console.log

pull/31/head
Daniel Klabbers 2016-01-21 15:43:15 +01:00
parent 4a63d51338
commit 82e1f52add
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@
$.ajax('#', {
method: 'post',
success: function(state) {
console.log(state);
if(state == 'true') {
location.replace(location.pathname.replace('/install/index.php', ''));
} else if(statusElement.text() != state) {