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:
Marin Tomic 2018-10-24 17:46:37 +02:00
parent 69b666c487
commit 4f2a69b973

View File

@ -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 &param : result.second) {