Skip to content

Commit

Permalink
chore(observer): remove unneeded log
Browse files Browse the repository at this point in the history
  • Loading branch information
tejasbadadare committed Nov 14, 2024
1 parent bba309b commit fdb4397
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyth_observer/check/publisher.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ def run(self) -> bool:

# Pass for redemption rates because they are expected to be static for long periods
if self.__state.asset_type == "Crypto Redemption Rate":
logger.info(f"Redemption rate: Skipping {self.__state.symbol}")
return True

# Pass when publisher is offline because PublisherOfflineCheck will be triggered
Expand Down

0 comments on commit fdb4397

Please sign in to comment.