Skip to content

Commit fcf50e8

Browse files
authored
Merge f32d66b into a2eb383
2 parents a2eb383 + f32d66b commit fcf50e8

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)