Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-p committed Sep 9, 2024
1 parent bb11cf9 commit e2f8cd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/algokit_subscriber_py/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
ALGORAND_ZERO_ADDRESS = "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAY5HFKQ"

def algod_on_complete_to_indexer_on_complete(algod_oc: AlgodOnComplete) -> IndexerOnComplete:
print(f"algod_oc: {algod_oc}")
if algod_oc == AlgodOnComplete.NoOpOC:
return IndexerOnComplete.noop
if algod_oc == AlgodOnComplete.OptInOC:
Expand Down

0 comments on commit e2f8cd7

Please sign in to comment.