Skip to content

Commit

Permalink
Merge pull request socketio#1001 from crazyrobot/patch-1
Browse files Browse the repository at this point in the history
Redis Store: removed unneeded module ('assert')
  • Loading branch information
rauchg committed Aug 22, 2012
2 parents ab2a0b6 + 4a68908 commit 21a3733
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/stores/redis.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/*!
* socket.io-node
* Copyright(c) 2011 LearnBoost <[email protected]>
Expand All @@ -10,8 +9,7 @@
*/

var crypto = require('crypto')
, Store = require('../store')
, assert = require('assert');
, Store = require('../store');

/**
* Exports the constructor.
Expand Down

0 comments on commit 21a3733

Please sign in to comment.