Remove accidental test line

This commit is contained in:
Jeffrey Morgan 2015-03-05 14:53:04 -05:00
parent c059adbfb8
commit 93890506bc
1 changed files with 0 additions and 1 deletions

View File

@ -208,7 +208,6 @@ var SetupStore = assign(Object.create(EventEmitter.prototype), {
while (true) {
try {
var ip = yield this.run();
ip = null;
if (!ip || !ip.length) {
throw {
message: 'Machine IP could not be fetched. Please retry the setup. If this fails please file a ticket on our GitHub repo.',