diff options
Diffstat (limited to 'mongo-edu.js')
-rw-r--r-- | mongo-edu.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mongo-edu.js b/mongo-edu.js index b402432..0419da0 100644 --- a/mongo-edu.js +++ b/mongo-edu.js @@ -67,11 +67,8 @@ exports.create = function start() { argv = data; configure(argv, function conf(err) { if (err !== null) { throw err; } - if (!argv.proxy || argv.h) { return initialize(profile, argv); } - checkProxy(profile); - }); } |