Skip to content

Commit

Permalink
Remove an unneeded crypto import.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoglan committed Mar 28, 2015
1 parent 6c1689a commit cd220de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/faye/websocket/client.js
@@ -1,7 +1,6 @@
var util = require('util'),
net = require('net'),
tls = require('tls'),
crypto = require('crypto'),
url = require('url'),
driver = require('websocket-driver'),
API = require('./api'),
Expand Down

0 comments on commit cd220de

Please sign in to comment.