We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba309b commit fdb4397Copy full SHA for fdb4397
pyth_observer/check/publisher.py
@@ -284,7 +284,6 @@ def run(self) -> bool:
284
285
# Pass for redemption rates because they are expected to be static for long periods
286
if self.__state.asset_type == "Crypto Redemption Rate":
287
- logger.info(f"Redemption rate: Skipping {self.__state.symbol}")
288
return True
289
290
# Pass when publisher is offline because PublisherOfflineCheck will be triggered
0 commit comments