sharding: elim unnecessary comment

Former-commit-id: df6bf42ddbd5880982c46a6f64231e1f7473e879 [formerly 1a1fb36d9bc05a67ddb652d3228614df612c00bb]
Former-commit-id: 0fe3ffb9fb2947015bcac53a75a440866884b3b5
This commit is contained in:
Raul Jordan 2018-05-22 11:37:06 -04:00
parent 128f661ba5
commit 2163001a05

View File

@ -30,6 +30,5 @@ func (p *Proposer) Start() error {
// Stop the main loop for proposing collations.
func (p *Proposer) Stop() error {
log.Info("Stopping proposer service")
// TODO: Propose collations.
return nil
}