diff --git a/scripts/client/public/js/settings.js b/scripts/client/public/js/settings.js
index 9dafc23052f43632d55e74554f3bb8117702c0ae..c3d7960778a869ee2874e435b1c2aeeb004b9c9d 100644
--- a/scripts/client/public/js/settings.js
+++ b/scripts/client/public/js/settings.js
@@ -45,7 +45,6 @@ document.getElementById('settings-form').addEventListener('submit', function(eve
     xhr.onreadystatechange = function () {
         if (xhr.readyState == 4 && xhr.status == 200) {
             var responseText = xhr.responseText;
-            alert($_SESSION['user_id']);
             if (responseText.trim() === '') {
                 window.location.href = 'http://localhost:8000/client/pages/login';
             }