From 82240a72e447e40dcb49e9563055ebdd1d814a57 Mon Sep 17 00:00:00 2001 From: Adhityaa Date: Mon, 11 Jun 2018 14:17:07 +0530 Subject: [PATCH] commento.js: remove stray console.log --- frontend/js/commento.js | 1 - 1 file changed, 1 deletion(-) 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);