Remove accidental test case

This commit is contained in:
Jeffrey Morgan 2015-03-05 12:42:51 -05:00
parent 9431e6fa92
commit e02006692e
1 changed files with 0 additions and 1 deletions

View File

@ -224,7 +224,6 @@ var SetupStore = assign(Object.create(EventEmitter.prototype), {
setup: Promise.coroutine(function * () {
while (true) {
var ip = yield this.run();
ip = null;
if (!ip || !ip.length) {
metrics.track('Setup Failed', {
step: 'done',