Skip to content
Snippets Groups Projects
Commit 5937f968 authored by Nicolas Dandrimont's avatar Nicolas Dandrimont
Browse files

identifiers: remove debug prints

parent a3a30985
No related branches found
No related tags found
No related merge requests found
......@@ -265,7 +265,6 @@ def revision_identifier(revision):
revision['message'],
])
print(b''.join(components).decode('utf-8'))
return hashutil.hash_git_data(b''.join(components), 'commit')
......@@ -295,5 +294,4 @@ def release_identifier(release):
components.extend([b'\n', release['message']])
print(b''.join(components).decode('utf-8'))
return hashutil.hash_git_data(b''.join(components), 'tag')
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