diff --git a/app/templates/auth/SignUp.html b/app/templates/auth/SignUp.html
index 1b6d9a2b8ac2f2fb50df02c79e3f09a91e2fa09d..23806e39554c84ce3328b6455111a9e67e2dda38 100644
--- a/app/templates/auth/SignUp.html
+++ b/app/templates/auth/SignUp.html
@@ -17,7 +17,6 @@
         });
 
         socket.on( 'creating account', function( msg ) {
-           document.getElementById("error").innerText = "";
            displayloading2();
         });