aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lay/strain/solve.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/lay/strain/solve.go b/lay/strain/solve.go
index 620998f..89270ed 100644
--- a/lay/strain/solve.go
+++ b/lay/strain/solve.go
@@ -98,7 +98,6 @@ func NewSolver(styl *style.Style, constraints []<-chan Constraint) (*Solver, err
constr, fieldIdx := tc.Val, tc.Tag
err := s.addSizeConstraint(constr, fieldIdx)
if err != nil {
- // TODO: run the solver in a golang.org/x/sync/errgroup rather than just logging errors.
log.Err.Printf("error adding layout constraint %#v from field %d: %v\n",
constr, fieldIdx, err)
}