diff options
| author | alex <alex@pdp7.net> | 2026-01-24 21:54:28 +0100 |
|---|---|---|
| committer | alexpdp7 <alex@corcoles.net> | 2026-01-24 20:55:19 +0000 |
| commit | b30ff21fcff123c01d71f5f4d4fee1f7295c8dc9 (patch) | |
| tree | 3563fe70873f8b05abfb01431cc85c6a149c6f3d | |
| parent | 504c0930bed2a274c4c468614555d378fb859a22 (diff) | |
Remove debug print
| -rw-r--r-- | blog_v2/src/blog/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/blog_v2/src/blog/__init__.py b/blog_v2/src/blog/__init__.py index cdc15a8..127b887 100644 --- a/blog_v2/src/blog/__init__.py +++ b/blog_v2/src/blog/__init__.py @@ -114,7 +114,6 @@ def build(from_: pathlib.Path, to: pathlib.Path): for e in reversed(dated_entries[0:10]): title, date, *_ = e.read_text().splitlines() - print(date, datetime.date.fromisoformat(date)) title = title.removeprefix("# ") path = "/".join(e.parts[2:]).removesuffix('.gmi') |
