mirror of
https://github.com/SunRed/haste-server.git
synced 2024-11-01 09:40:21 +01:00
Remove debug logging
This commit is contained in:
parent
d0e3e4cd02
commit
32d49385a1
1 changed files with 0 additions and 2 deletions
|
@ -53,8 +53,6 @@ RedisDocumentStore.prototype.setExpiration = function(key) {
|
||||||
RedisDocumentStore.client.expire(key, this.expire, function(err, reply) {
|
RedisDocumentStore.client.expire(key, this.expire, function(err, reply) {
|
||||||
if (err || !reply) {
|
if (err || !reply) {
|
||||||
winston.error('failed to set expiry on key: ' + key);
|
winston.error('failed to set expiry on key: ' + key);
|
||||||
} else {
|
|
||||||
console.log('set');
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue