0
0

Removed unnecessary logging (redundant)

This commit is contained in:
Bryan 2019-06-02 16:34:16 +02:00
parent c8fac6f815
commit 3ad9729947
No known key found for this signature in database
GPG Key ID: 6CB4C49B61AD50EF

View File

@ -13,9 +13,6 @@ function login ( ) {
window.location.href = script_name; window.location.href = script_name;
} }
} }
else {
console.log ( 'Server communication error: ' + xhr.statusText );
}
} }
else { else {
document.getElementById ( 'login-response' ).innerHTML = JSON.parse ( xhr.responseText ) [ 'error_message' ]; document.getElementById ( 'login-response' ).innerHTML = JSON.parse ( xhr.responseText ) [ 'error_message' ];