Authored by htoooth

移除console

... ... @@ -185,7 +185,6 @@ const local = {
req.session.destroy();
const clearAll = (v, k) => {
console.log(k);
res.clearCookie(k, {
domain: config.cookieDomain
});
... ...