diff --git a/test/simulator/dispatcher.go b/test/simulator/dispatcher.go index 5abeffd76..03ddf0d26 100644 --- a/test/simulator/dispatcher.go +++ b/test/simulator/dispatcher.go @@ -52,12 +52,6 @@ func (d *dispatcher) Submit(ctx context.Context, u *url.URL, env *messaging.Enve return err } - for _, txn := range env.Transaction { - if txn.Body.Type().IsAnchor() { - print("") - } - } - d.envelopes[partition] = append(d.envelopes[partition], env) return nil }