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:
@ -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