Skip to content

Commit

Permalink
fix: remove debug panic from previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gbotrel committed Dec 11, 2023
1 parent 056a6bc commit 59e1671
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unsafekzg/kzgsrs.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ func NewSRS(ccs constraint.ConstraintSystem, opts ...Option) (canonical kzg.SRS,
return
} else {
log.Debug().Str("key", key).Err(err).Msg("SRS not found in fs cache")
panic(err)
}
}

Expand Down

0 comments on commit 59e1671

Please sign in to comment.