Skip to content

Commit fdb4397

Browse files
committed
chore(observer): remove unneeded log
1 parent bba309b commit fdb4397

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyth_observer/check/publisher.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ def run(self) -> bool:
284284

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

290289
# Pass when publisher is offline because PublisherOfflineCheck will be triggered

0 commit comments

Comments
 (0)