Commit fe65bff2 authored by antoor's avatar antoor

Delete unwanted comments

删除无用注释
parent c99ed893
......@@ -15,13 +15,6 @@ const CM = {
CM.cookies.get(opt, (err, _cookies) => {
if (err) { return rej(err) }
return res(_cookies);
// let _cs = [];
// _cookies.map((_) => {
// _cs.push(
// _['name'] + '=' + _['value']
// )
// });
// return res(_cs.join('; '));
})
})
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment