Skip to content

Commit

Permalink
remove temp line
Browse files Browse the repository at this point in the history
  • Loading branch information
habanoz committed Sep 25, 2019
1 parent b01e232 commit 545347a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/tzscan/tzscan_block_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ def get_current_level(self, verbose=False):
def get_revelation(self, pkh, verbose=False):
uri = self.revelation_api['HEAD_API_URL'].replace("%MIRROR%", str(self.mirror_selector.get_mirror())).replace("%PKH%", pkh)

# todo remove
return True

if verbose:
logger.debug("Requesting {}".format(uri))

Expand Down

0 comments on commit 545347a

Please sign in to comment.