chore: remove debug log

This commit is contained in:
2026-03-23 14:46:19 +08:00
parent 62d48e5a22
commit 33c8a16015

View File

@@ -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)