Remove debug logging from stream handling in interpreter
Reviewers: msantl, teon.banek Reviewed By: msantl, teon.banek Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1699
This commit is contained in:
parent
69b666c487
commit
4f2a69b973
@ -490,7 +490,6 @@ Callback HandleStreamQuery(StreamQuery *stream_query,
|
||||
limit_batches.IsInt()
|
||||
? std::experimental::make_optional(limit_batches.ValueInt())
|
||||
: std::experimental::nullopt);
|
||||
LOG(INFO) << results.size();
|
||||
for (const auto &result : results) {
|
||||
std::map<std::string, TypedValue> params;
|
||||
for (const auto ¶m : result.second) {
|
||||
|
Loading…
Reference in New Issue
Block a user