Skip to content

Commit

Permalink
Removed print command.
Browse files Browse the repository at this point in the history
  • Loading branch information
gouriano committed Nov 6, 2023
1 parent 57f713b commit ccb7ba0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion recipes/ncbi-cxx-toolkit-public/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ def requirements(self):
pkgs = self._translate_req(req)
if pkgs is not None:
for pkg in pkgs:
print("Package requires ", pkg)
self.requires(pkg)

def validate(self):
Expand Down

0 comments on commit ccb7ba0

Please sign in to comment.