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