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

Removed some debug code

parent cb7050d3
No related branches found
No related tags found
5 merge requests!456Release candidate v1 24,!230Setup monitoring with pghero,!138Small typos fixed,!135Enable postgres monitoring on CI server,!112Add num_block to tables, add proper reblog support
......@@ -57,9 +57,6 @@ class CustomOp:
if block_num < 6000000 and not isinstance(op_json, list):
op_json = ['reblog', op_json] # legacy compat
cls._process_legacy(account, op_json, block_date, block_num)
with open("reblog.log", "a") as reblog_file:
reblog_file.write("{} -> {}".format(account, op_json))
reblog_file.write("\n")
elif op['id'] == 'community':
if block_num > START_BLOCK:
process_json_community_op(account, op_json, block_date)
......
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