Skip to content

Commit 9b503c2

Browse files
authored
remove debugging cerr (24-1) (#1642)
1 parent 0d8c09c commit 9b503c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/kqp/provider/yql_kikimr_opt_build.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ bool ExploreTx(TExprBase node, TExprContext& ctx, const TKiDataSink& dataSink, T
654654
{
655655
txRes.Ops.insert(node.Raw());
656656
bool result = ExploreTx(TExprBase(node.Ref().ChildPtr(0)), ctx, dataSink, txRes, tablesData, types);
657-
Cerr << KqpExprToPrettyString(*node.Raw(), ctx) << Endl;
657+
// Cerr << KqpExprToPrettyString(*node.Raw(), ctx) << Endl;
658658
txRes.AddResult(node);
659659
return result;
660660
}

0 commit comments

Comments
 (0)