Skip to content
Snippets Groups Projects
Commit c7097877 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Remove debug output

parent 8b11e3a5
Branches
No related tags found
No related merge requests found
......@@ -226,7 +226,6 @@ class Protocol(DatabaseModel):
return "Protokoll:{}-{:%Y-%m-%d}".format(self.protocoltype.short_name, self.date)
def get_etherpad_link(self):
print(self.pad_identifier)
if self.pad_identifier is not None:
return self.pad_identifier
identifier = self.get_identifier()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment