Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
bsamuels453 committed Aug 29, 2024
1 parent 3d7e212 commit 18e4696
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions fuzzing/reversion/reversion_reporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"context"
"encoding/json"
"errors"
"fmt"
"github.com/crytic/medusa/chain"
"github.com/crytic/medusa/compilation/abiutils"
"github.com/crytic/medusa/fuzzing/config"
Expand Down Expand Up @@ -89,9 +88,6 @@ func (s *ReversionReporter) OnPendingBlockCommittedEvent(event chain.PendingBloc
report.addCall(funcSelector, errorSelector{}, false)
}
}
if len(s.incomingMetricsQueue) >= 95 {
fmt.Printf("incoming reports queue full")
}

s.incomingMetricsQueue <- report
return nil
Expand Down

0 comments on commit 18e4696

Please sign in to comment.