Skip to content

Commit

Permalink
Removed console statement
Browse files Browse the repository at this point in the history
  • Loading branch information
AbigailFernandes committed Apr 28, 2019
1 parent 9bce6a2 commit 96fe49d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cronGetTrends.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ const getGlobalTrendsJob = new CronJob('0 */15 * * * *', () => {
} else {
const globalTrends = getTrendingHashTag(trends[0].trends, 5, 1);
const value = JSON.stringify(globalTrends);
console.log('Sending', value);
RedisClient.client.set('global-trend', value, (err, res) => {
if (err) {
logger.error(
Expand Down

0 comments on commit 96fe49d

Please sign in to comment.