Skip to content

Commit

Permalink
chore: PRT - remove log spamming tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ranlavanet committed Feb 26, 2025
1 parent 89f54a2 commit 599ec86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion protocol/rpcprovider/testing.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ func validateCORSHeaders(resp *http.Response) error {
}

func getEmojiForVerificationStatus(passed bool) string {
utils.LavaFormatInfo("passed", utils.LogAttr("passed", passed))
if passed {
return "✅"
}
Expand Down

0 comments on commit 599ec86

Please sign in to comment.