Skip to content

Commit 8ef5cfa

Browse files
committed
Remove debug output (ydb-platform#7553)
1 parent 0390b8f commit 8ef5cfa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ydb/core/kqp/runtime/kqp_compute_scheduler.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,6 @@ class TSchedulableComputeActorBase : public NYql::NDq::TDqSyncComputeActorBase<T
254254
Y_ABORT_UNLESS(newStats.has_value());
255255
Y_ABORT_UNLESS(*newStats >= *OldActivationStats);
256256
auto toAccount = TDuration::MicroSeconds(NHPTimer::GetSeconds(*newStats - *OldActivationStats) * 1e6);
257-
if (toAccount.MicroSeconds() > 100000) {
258-
CA_LOG_E("very huge account " << toAccount.MicroSeconds() << " newStats=" << newStats << " oldStats=" << OldActivationStats << " trackedWork=" << TrackedWork.MicroSeconds());
259-
}
260257
{
261258
auto minTime = Min(toAccount, TrackedWork);
262259
TrackedWork -= minTime;

0 commit comments

Comments
 (0)