Remove unnecessary log message

This commit is contained in:
Kevin Cotugno 2018-01-11 21:07:58 -08:00
parent e635f8659e
commit 8ef848ddee

View File

@ -124,8 +124,6 @@ func (v *Validator) getMissingTrades(product string, groups [][]int) {
}
}
}
v.Logger.Info("validator: DONE")
}
}