Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
ljcui committed Jan 31, 2024
1 parent f88cae5 commit d61f76b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cypher/execution_plan/ops/op_produce_results.h
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ class ProduceResults : public OpBase {
if (session->streaming_msg.value().type == bolt::BoltMsg::PullN) {
auto record = ctx->result_->MutableRecord();
RRecordToURecord(ctx->txn_.get(), ctx->result_->Header(), child->record, *record);
LOG_INFO() << "AppendRecords";
session->ps.AppendRecords(ctx->result_->BoltRecords());
ctx->result_->ClearRecords();
bool sync = false;
Expand Down

0 comments on commit d61f76b

Please sign in to comment.