mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-08 07:40:05 +01:00
remove console.log
This commit is contained in:
@@ -11,7 +11,6 @@ const cache = require('../cache');
|
||||
module.exports = function (Categories) {
|
||||
Categories.update = async function (modified) {
|
||||
const cids = Object.keys(modified);
|
||||
console.log('updating', cids);
|
||||
await Promise.all(cids.map(cid => updateCategory(cid, modified[cid])));
|
||||
return cids;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user