Skip to content

Commit

Permalink
remove junk
Browse files Browse the repository at this point in the history
  • Loading branch information
firelizzard18 committed Sep 23, 2023
1 parent 6bb508f commit a5d86a1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/simulator/dispatcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit a5d86a1

Please sign in to comment.