Skip to content
Snippets Groups Projects
Commit 00bc4101 authored by Maël Méliani's avatar Maël Méliani
Browse files

Removed 'print'...

parent 1393cada
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,6 @@ def set_metadatas(obj, metadatas):
set_metadata(obj, key, value)
def update_metadatas(obj, metadatas):
print metadatas
for key, value in metadatas.iteritems():
set_metadata(obj, key, value)
......
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