Skip to content
Snippets Groups Projects
Commit 1b78fd83 authored by Dariusz Kędzierski's avatar Dariusz Kędzierski
Browse files

Removed print

parent 931f34d3
No related branches found
No related tags found
5 merge requests!456Release candidate v1 24,!230Setup monitoring with pghero,!135Enable postgres monitoring on CI server,!16Dk issue 3 concurrent block query rebase,!15Dk issue 3 concurrent block query
......@@ -162,7 +162,6 @@ class SteemClient:
to_block = (begin_block + delta) if begin_block + delta < end_block else end_block
while from_block < to_block:
print("From: ", from_block, " To: ", to_block)
result = self.__exec('enum_virtual_ops', {"block_range_begin":from_block, "block_range_end":to_block})
ops = result['ops'] if 'ops' in result else []
tracked_ops = ['curation_reward_operation', 'author_reward_operation', 'comment_reward_operation', 'effective_comment_vote_operation']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment