chore: remove debug print

This commit is contained in:
yzqzss 2024-06-19 13:56:22 +08:00
parent e9711638d1
commit 85fd781072

View File

@ -142,8 +142,6 @@ func (t *Tracker) InsertMany(Items []Item) string {
if err != nil {
panic(err)
}
fmt.Println(req_url)
fmt.Println("items_json_str:", string(items_json_str))
len_encodedData := len(items_json_str)
gzBuf, err := t.GzCompress(items_json_str)