diff --git a/static/moderator.js b/static/moderator.js
index 834ec21f68895a31dd329bc9541276a995a70977..c3309dc26e204cf7b90ea81afcaa1a27d8f71f15 100644
--- a/static/moderator.js
+++ b/static/moderator.js
@@ -42,7 +42,7 @@ var moderator = {
 			})
 		},
 		handleapierror: function(jqXHR, textStatus, errorThrow) {
-			alert("Fehler: "+errorThrow)	
+			console.log("Fehler: "+errorThrow)	
 		},
 		gethttp: function (url){
 			$.ajax({