From f0bab96303f2412788057cd515788e0e41fb08d8 Mon Sep 17 00:00:00 2001 From: przemyslawpluta Date: Sun, 28 Sep 2014 23:27:22 +0100 Subject: update --- mongo-edu.js | 3 --- 1 file changed, 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); - }); } -- cgit v1.2.3