Remove more commented code

This commit is contained in:
nolash 2021-04-07 21:29:34 +02:00
parent 7402e00bc3
commit 2f0a95d2b6
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746
1 changed files with 0 additions and 6 deletions

View File

@ -142,12 +142,6 @@ def main():
argv = ['worker', '-Q', 'cic-import-ussd', '--loglevel=DEBUG']
celery_app.worker_main(argv)
# syncer_backend.set(block_offset, 0)
# syncer = HeadSyncer(syncer_backend, progress_callback=progress_callback)
# handler = Handler(conn, chain_spec, user_dir, balances, sarafu_token_address, signer, gas_oracle, nonce_oracle)
# syncer.add_filter(handler)
# syncer.loop(1, conn)
if __name__ == '__main__':
main()