Skip to content
Snippets Groups Projects
Commit 70e7a7ab authored by Thomas Jürges's avatar Thomas Jürges
Browse files

Task SSB-42: Removed a debug print

parent 12b89f31
No related branches found
No related tags found
1 merge request!44Merge back holography to master
......@@ -215,7 +215,6 @@ class HolographySpecification(object):
@staticmethod
def extract_id_date_comment_from_name(name):
match = re.match(HolographySpecification.hs_name_pattern, name)
print(name, match)
date = match.group('date')
hs_id = int(match.group('id'))
comment = match.group('comment')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment