diff --git a/frontend/js/commento.js b/frontend/js/commento.js index ec55871..d628a11 100644 --- a/frontend/js/commento.js +++ b/frontend/js/commento.js @@ -198,7 +198,6 @@ }; post(origin + "/api/commenter/self", json, function(resp) { - console.log(resp); if (!resp.success) { cookieSet("session", "anonymous"); call(callback);