commento.js: remove stray console.log
This commit is contained in:
parent
6e57dabdf8
commit
82240a72e4
@ -198,7 +198,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
post(origin + "/api/commenter/self", json, function(resp) {
|
post(origin + "/api/commenter/self", json, function(resp) {
|
||||||
console.log(resp);
|
|
||||||
if (!resp.success) {
|
if (!resp.success) {
|
||||||
cookieSet("session", "anonymous");
|
cookieSet("session", "anonymous");
|
||||||
call(callback);
|
call(callback);
|
||||||
|
Loading…
Reference in New Issue
Block a user