diff options
author | przemyslawpluta <przemekpluta@hotmail.com> | 2014-09-28 23:27:22 +0100 |
---|---|---|
committer | przemyslawpluta <przemekpluta@hotmail.com> | 2014-09-28 23:27:22 +0100 |
commit | f0bab96303f2412788057cd515788e0e41fb08d8 (patch) | |
tree | 890202f0ffb4ee37a423bafaa6e3b27eff54a5d4 | |
parent | fc135ce9e966cae889d7320599873d491004fd58 (diff) | |
download | mongo-edu-f0bab96303f2412788057cd515788e0e41fb08d8.zip |
update
-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); - }); } |