mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Remove console.log
This commit is contained in:
parent
ffd2a4967a
commit
4b8bcd669f
1 changed files with 0 additions and 2 deletions
|
@ -126,7 +126,6 @@ app = Sammy('#main', function (sam) {
|
||||||
callback(data);
|
callback(data);
|
||||||
})
|
})
|
||||||
.fail(function(xhr) {
|
.fail(function(xhr) {
|
||||||
console.log(xhr);
|
|
||||||
if (xhr.status == 401) {
|
if (xhr.status == 401) {
|
||||||
c.flash('fail', 'Wrong password');
|
c.flash('fail', 'Wrong password');
|
||||||
} else if (typeof xhr.responseJSON !== 'undefined') {
|
} else if (typeof xhr.responseJSON !== 'undefined') {
|
||||||
|
@ -159,7 +158,6 @@ app = Sammy('#main', function (sam) {
|
||||||
.done(function(data) {
|
.done(function(data) {
|
||||||
loaded = true;
|
loaded = true;
|
||||||
$('div.loader-content').remove();
|
$('div.loader-content').remove();
|
||||||
console.log(data);
|
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue