Skip to content

Commit

Permalink
Don't print to help text every time.
Browse files Browse the repository at this point in the history
And also, don't put print statements right in the code and then commit and push to GitHub.
  • Loading branch information
kareman committed Mar 14, 2017
1 parent d7b9975 commit c83f175
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ _ = arguments.add(Argument<String?>

do {
try arguments.parse(strict: true)
print(arguments.usagetext)

let testdir = try Directory(open: testdirarg.value)
if !overwrite.value && testdir.contains("LinuxMain.swift") {
Expand Down

0 comments on commit c83f175

Please sign in to comment.