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)