Skip to content

Commit

Permalink
[minor] Removed eyes dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Jul 24, 2010
1 parent 095e86a commit eaeed83
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions lib/node-proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ var sys = require('sys'),
http = require('http'),
events = require('events');

//
// Creates a new instance of NodeProxy
//
//exports.create = function (req, res) {
// return new exports.nodeProxy(req, res);
//};

//
// The NodeProxy factory
//
Expand Down
1 change: 0 additions & 1 deletion test/node-proxy-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

var vows = require('vows'),
sys = require('sys'),
eyes = require('eyes'),
assert = require('assert'),
http = require('http');

Expand Down

0 comments on commit eaeed83

Please sign in to comment.