1
mirror of https://gitlab.com/commento/commento.git synced 2025-06-29 22:56:37 -04:00

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);