Skip to content

Commit

Permalink
- Remove useless print
Browse files Browse the repository at this point in the history
  • Loading branch information
seriva committed Feb 26, 2020
1 parent 9ae42e3 commit e6a8b2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/epicli/gen-licenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ def _main() -> None:
logging.critical('No Github personal access tokens passed as argument.' )
return
all_deps = get_dependencies_from_requirements()
print(all_deps)
all_deps_data = []
for dep in all_deps:
data = get_pkg_data(dep, pat)
Expand Down

0 comments on commit e6a8b2f

Please sign in to comment.