Commit 90a5bb66 by Sébastien Eustace

Remove a leftover print.

parent 68e47677
...@@ -203,8 +203,6 @@ class Provider(SpecificationProvider, UI): ...@@ -203,8 +203,6 @@ class Provider(SpecificationProvider, UI):
finally: finally:
os.chdir(current_dir) os.chdir(current_dir)
print(os.getcwd())
package.source_type = 'git' package.source_type = 'git'
package.source_url = dependency.source package.source_url = dependency.source
package.source_reference = revision package.source_reference = revision
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment