diff --git a/pkg/shreder/txparser_test.go b/pkg/shreder/txparser_test.go index 6d8bc88..6da89dd 100644 --- a/pkg/shreder/txparser_test.go +++ b/pkg/shreder/txparser_test.go @@ -3,7 +3,6 @@ package shreder import ( "context" "encoding/hex" - "fmt" "os" "testing" @@ -483,7 +482,6 @@ func TestParseRaydiumLaunchLabBuyExactIn(t *testing.T) { <-closed close(ch) }() - fmt.Println("Parsing Raydium Launch Lab Buy Exact In") signals := make([]TxSignal, 0) for signal := range ch { signals = append(signals, signal)