diff --git a/python/whylogs/api/writer/whylabs.py b/python/whylogs/api/writer/whylabs.py index 50882ed03c..1a7c8a580f 100644 --- a/python/whylogs/api/writer/whylabs.py +++ b/python/whylogs/api/writer/whylabs.py @@ -603,12 +603,6 @@ def write(self, file: Writable, **kwargs: Any) -> Tuple[bool, str]: f"compared to current datetime: {utc_now}. Uploads of profiles older than 5 years " "might not be monitored in WhyLabs and may take up to 24 hours to show up." ) - else: - logger.warning( - f"A profile being uploaded to WhyLabs has a dataset_timestamp of {dataset_timestamp} " - f"which is older than 7 days compared to {utc_now}. These profiles should be processed " - f"within 24 hours." - ) if stamp <= 0: logger.error(