Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit 62d8759

Browse files
committed
remove debug
1 parent 3716d36 commit 62d8759

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

platform/database_common/log_manager.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,6 @@ func (lm *LogManager) CountMultiple(ctx context.Context, tables ...*Table) (coun
229229

230230
func (lm *LogManager) Count(ctx context.Context, table *Table) (int64, error) {
231231
var count int64
232-
fmt.Printf("HEHE ExecuteCount\ntable: %+v\nquery: %s", table, lm.buildStringOfCountQuery(table))
233-
234232
err := lm.chDb.QueryRow(ctx, lm.buildStringOfCountQuery(table)).Scan(&count)
235233
if err != nil {
236234
return 0, fmt.Errorf("clickhouse: query row failed: %v", err)

0 commit comments

Comments
 (0)