Skip to content

Commit

Permalink
remove debugging cerr (24-1) (#1642)
Browse files Browse the repository at this point in the history
  • Loading branch information
gridnevvvit authored Feb 7, 2024
1 parent 0d8c09c commit 9b503c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/kqp/provider/yql_kikimr_opt_build.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ bool ExploreTx(TExprBase node, TExprContext& ctx, const TKiDataSink& dataSink, T
{
txRes.Ops.insert(node.Raw());
bool result = ExploreTx(TExprBase(node.Ref().ChildPtr(0)), ctx, dataSink, txRes, tablesData, types);
Cerr << KqpExprToPrettyString(*node.Raw(), ctx) << Endl;
// Cerr << KqpExprToPrettyString(*node.Raw(), ctx) << Endl;
txRes.AddResult(node);
return result;
}
Expand Down

0 comments on commit 9b503c2

Please sign in to comment.