Skip to content

Commit 21a3733

Browse files
committed
Merge pull request #1001 from crazyrobot/patch-1
Redis Store: removed unneeded module ('assert')
2 parents ab2a0b6 + 4a68908 commit 21a3733

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/stores/redis.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
/*!
32
* socket.io-node
43
* Copyright(c) 2011 LearnBoost <dev@learnboost.com>
@@ -10,8 +9,7 @@
109
*/
1110

1211
var crypto = require('crypto')
13-
, Store = require('../store')
14-
, assert = require('assert');
12+
, Store = require('../store');
1513

1614
/**
1715
* Exports the constructor.

0 commit comments

Comments
 (0)