From 141582842a6499a10df7e69f1b82b1881afa2d9f Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Thu, 3 Dec 2020 17:23:00 +0100 Subject: [PATCH] fix --- src/langfingaz/plotMeetings.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/langfingaz/plotMeetings.py b/src/langfingaz/plotMeetings.py index db7d871..6aec3ea 100644 --- a/src/langfingaz/plotMeetings.py +++ b/src/langfingaz/plotMeetings.py @@ -21,8 +21,6 @@ def plotMeetings(dataDir: Path = fileUtil.getProjectBaseDir().joinpath("data")): meetings: List[Meeting] = parseMeetings.parseMeetingsData(dataStr) bbbStati.append(parseMeetings.BbbStatus(meetings, t)) - # [print(x.pointOfTime) for x in bbbStati[-30:]] - # sort by date (x-axis) bbbStati = sorted(bbbStati, key=BbbStatus.getKey)