From c83f175c475635f6f044f3aaf78b9375f3cf23f1 Mon Sep 17 00:00:00 2001 From: Kare Morstol Date: Tue, 14 Mar 2017 20:15:02 +0100 Subject: [PATCH] Don't print to help text every time. And also, don't put print statements right in the code and then commit and push to GitHub. --- Sources/main.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Sources/main.swift b/Sources/main.swift index 6916818..64267c0 100644 --- a/Sources/main.swift +++ b/Sources/main.swift @@ -90,7 +90,6 @@ _ = arguments.add(Argument do { try arguments.parse(strict: true) - print(arguments.usagetext) let testdir = try Directory(open: testdirarg.value) if !overwrite.value && testdir.contains("LinuxMain.swift") {