Remove console.log message. #210
This commit is contained in:
parent
0d291b037c
commit
b8a7cf6e2a
1 changed files with 0 additions and 1 deletions
|
|
@ -116,7 +116,6 @@
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}).fail(function(response) {
|
}).fail(function(response) {
|
||||||
console.log(response.status);
|
|
||||||
if (response.status == 422 || response.status == 403) {
|
if (response.status == 422 || response.status == 403) {
|
||||||
var errors = response.responseJSON.errors;
|
var errors = response.responseJSON.errors;
|
||||||
var firstfield = false;
|
var firstfield = false;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue