Remove comments

This commit is contained in:
Gregory Trullemans 2022-10-01 07:34:52 +02:00
parent 0218cf4c6b
commit 0351a980f2
1 changed files with 0 additions and 1 deletions

View File

@ -148,7 +148,6 @@ class PDFDocument(object):
)
today = pendulum.now().date()
# print(today)
self.add_new_line(X, today.strftime("%d %B %Y"))
begin_season = date(today.year, 9, 1)
self.document.drawRightString(RIGHT_X, self.y, "Week " + str(get_number_of_week_from_begin_of_season()))