From 3ad972994735d74d2261c7650711bd16a2f0fdb3 Mon Sep 17 00:00:00 2001 From: Bryan Date: Sun, 2 Jun 2019 16:34:16 +0200 Subject: [PATCH] Removed unnecessary logging (redundant) --- lib/js/login.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/js/login.js b/lib/js/login.js index 3f8ec86..400e768 100644 --- a/lib/js/login.js +++ b/lib/js/login.js @@ -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' ];