diff --git a/notion.py b/notion.py index 56b2bba..47e6194 100644 --- a/notion.py +++ b/notion.py @@ -163,7 +163,6 @@ def multiplePropTextExtractor(property:dict) -> list[str] | None: now = datetime.now() dt_string = now.strftime("%d/%m/%Y %H:%M:%S") - print("date and time =", dt_string) if all_stale: print(f"[{dt_string}]: No new data found from Notion.")