Commit eaeed830 authored by indexzero's avatar indexzero

[minor] Removed eyes dependency

parent 095e86aa
......@@ -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
//
......
......@@ -8,7 +8,6 @@
var vows = require('vows'),
sys = require('sys'),
eyes = require('eyes'),
assert = require('assert'),
http = require('http');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment