Skip to content

Commit

Permalink
Remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
floatingpurr committed Dec 14, 2021
1 parent 888032a commit 09305ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sync_with_poetry/swp.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,7 @@ def main(argv: Optional[Sequence[str]] = None) -> int:
parser.add_argument("--skip", nargs="*", default=[], help="Packages to skip")
args = parser.parse_args(argv)
retv = 0
print(args)
for filename in args.filenames:
print(filename)
retv |= sync_repos(filename, args.all, args.skip)
return retv

Expand Down

0 comments on commit 09305ec

Please sign in to comment.