Skip to content

Commit 7c810cd

Browse files
committed
remove log
1 parent f368b0c commit 7c810cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

store/withdrawal.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,5 @@ func (s *SQLite3Store) CheckUnconfirmedWithdrawals(ctx context.Context, call *Sy
7373
} else if err != nil {
7474
return true, err
7575
}
76-
fmt.Println("count", count)
7776
return count < len(ids), err
7877
}

0 commit comments

Comments
 (0)