Skip to content

Commit

Permalink
remove print statement in test
Browse files Browse the repository at this point in the history
  • Loading branch information
adr1anh committed Oct 30, 2023
1 parent d51b737 commit 13391a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/zk/mod/mod_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ func Test_hashFix(t *testing.T) {

allEqual := true
for _, e := range es {
println(e.String())
if !(e.Eq(es[0]) == 1) {
allEqual = false
}
Expand Down

0 comments on commit 13391a2

Please sign in to comment.