chore: remove log

v1.18.x
Barış Soner Uşaklı 4 years ago
parent c5dda64fa8
commit a1ee1a2a76

@ -21,7 +21,6 @@ module.exports = function (Posts) {
Posts.getQueuedPosts = async (filter = {}, options = {}) => {
options = { metadata: true, ...options }; // defaults
let postData = _.cloneDeep(cache.get('post-queue'));
console.log('gg', postData);
if (!postData) {
const ids = await db.getSortedSetRange('post:queue', 0, -1);
const keys = ids.map(id => `post:queue:${id}`);

Loading…
Cancel
Save