removed comments

This commit is contained in:
barisusakli
2016-10-07 11:03:19 +03:00
parent 4d5df7547e
commit 3275d26590
2 changed files with 1 additions and 13 deletions

View File

@@ -116,7 +116,6 @@
// Create a new redis connection and store it in module (skeleton)
rdb.client = rdb.connect();
//
module.sessionStore = new sessionStore({
client: rdb.client,
ttl: 60 * 60 * 24 * 14