Removed unnecessary logging (redundant)
This commit is contained in:
parent
c8fac6f815
commit
3ad9729947
@ -13,9 +13,6 @@ function login ( ) {
|
||||
window.location.href = script_name;
|
||||
}
|
||||
}
|
||||
else {
|
||||
console.log ( 'Server communication error: ' + xhr.statusText );
|
||||
}
|
||||
}
|
||||
else {
|
||||
document.getElementById ( 'login-response' ).innerHTML = JSON.parse ( xhr.responseText ) [ 'error_message' ];
|
||||
|
Reference in New Issue
Block a user