diff --git a/cleanup-roster.py b/cleanup-roster.py index 89ab14e..0623a40 100644 --- a/cleanup-roster.py +++ b/cleanup-roster.py @@ -26,7 +26,6 @@ def is_hot_major(m, checksecond = False): def get_major_from_program(prog): m = re.findall(r"(?: -|/)([^/]+)", prog) - print(m) assert len(m) > 0 major = is_hot_major(m[0])