Get rid of a print statement used during testing.
- Legacy-Id: 3003
This commit is contained in:
parent
8a265a0051
commit
5b418aee82
|
@ -151,7 +151,6 @@ def session_agenda(request, num, session, ext=None):
|
|||
for wg in [session, session.upper(), session.lower()]:
|
||||
for e in extensions:
|
||||
path = settings.AGENDA_PATH_PATTERN % {"meeting":num, "wg":wg, "ext":e}
|
||||
print path
|
||||
if os.path.exists(path):
|
||||
file = open(path)
|
||||
text = file.read()
|
||||
|
|
Loading…
Reference in a new issue