Commit d2362fad authored by 陈家荣's avatar 陈家荣

update

parent 48197adc
...@@ -854,7 +854,6 @@ router.get('/info/list/allWithThreadCount', function(req, res, next) { ...@@ -854,7 +854,6 @@ router.get('/info/list/allWithThreadCount', function(req, res, next) {
if (infos[i].toObject) { if (infos[i].toObject) {
infos[i] = infos[i].toObject(); infos[i] = infos[i].toObject();
} }
console.log(count);
infos[i].favor_by = count; infos[i].favor_by = count;
cont(null, info); cont(null, info);
} }
......
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