mirror of
https://gitlab.com/commento/commento.git
synced 2026-06-17 09:55:27 -04:00
commento.js: remove stray console.log
This commit is contained in:
@@ -198,7 +198,6 @@
|
||||
};
|
||||
|
||||
post(origin + "/api/commenter/self", json, function(resp) {
|
||||
console.log(resp);
|
||||
if (!resp.success) {
|
||||
cookieSet("session", "anonymous");
|
||||
call(callback);
|
||||
|
||||
Reference in New Issue
Block a user