Skip to content

Commit

Permalink
Delete console.log (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
airtoxin authored Jul 22, 2022
1 parent 4efe8e0 commit d203250
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/redis/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,9 @@ class KeyvRedis extends EventEmitter {
return this.redis.set(key, value, 'PX', ttl);
}

console.log('return in set', this.redis);

return this.redis.set(key, value);
})
.then(() => {
console.log('return');
this.redis.sadd(this._getNamespace(), key);
});
}
Expand Down

0 comments on commit d203250

Please sign in to comment.