mirror of https://github.com/flarum/flarum
removed debug console.log
parent
4a63d51338
commit
82e1f52add
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue