commento.js: remove stray console.log

This commit is contained in:
Adhityaa 2018-06-11 14:17:07 +05:30
parent 6e57dabdf8
commit 82240a72e4

View File

@ -198,7 +198,6 @@
};
post(origin + "/api/commenter/self", json, function(resp) {
console.log(resp);
if (!resp.success) {
cookieSet("session", "anonymous");
call(callback);