Skip to content

Commit

Permalink
rm mistakenly committed debug log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
feuGeneA committed Aug 15, 2024
1 parent 70b7722 commit fdc53c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/signature_aggregator_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ func SignatureAggregatorAPI(network interfaces.LocalNetwork) {
Expect(
metricsSample2[metrics.Opts.AppRequestCount.Name],
).Should(Equal(metricsSample[metrics.Opts.AppRequestCount.Name]))
log.Debug("sample", metricsSample2)
Expect(
metricsSample2[metrics.Opts.SignatureCacheHits.Name],
).Should(BeNumerically("==", 3))
Expand Down

0 comments on commit fdc53c2

Please sign in to comment.