Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
protokollsystem
proto3
Commits
c7097877
Commit
c7097877
authored
Mar 15, 2017
by
Robin Sonnabend
Browse files
Remove debug output
parent
8b11e3a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
models/database.py
View file @
c7097877
...
...
@@ -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
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment