diff --git a/py/pytudes.py b/py/pytudes.py
index 39e974f..2b2e565 100644
--- a/py/pytudes.py
+++ b/py/pytudes.py
@@ -205,7 +205,6 @@ def format_notebook(title, year, url, comment=''):
nb = f'[N](https://nbviewer.jupyter.org/github/norvig/pytudes{urlb})'
sm = f'[S](https://studiolab.sagemaker.aws/import/github/norvig/pytudes{urlb})'
ti = f'{title}'
- if year == current_year: year = f'{year}'
return f'| {co} {dn} {my} {nb} {sm} | {year} | {ti} |'
def format_pythons() -> str: