remove garbage (for you) println

This commit is contained in:
Makis Maropoulos 2016-06-21 04:20:24 +03:00
parent 16e32fb25a
commit c462517ca9

View File

@ -75,7 +75,6 @@ func runAndWatch(flags cli.Flags) error {
if isWindows {
executablePath += ".exe"
}
println("executablePath: " + executablePath)
}
// here(below), we don't return the error because the -help command doesn't help the user for these errors.