From 33c8a160150659f01984e0b4bf750ba98a5f9575 Mon Sep 17 00:00:00 2001 From: samlior Date: Mon, 23 Mar 2026 14:46:19 +0800 Subject: [PATCH] chore: remove debug log --- pkg/shreder/txparser_test.go | 2 -- 1 file changed, 2 deletions(-) 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)