mirror of
https://github.com/kataras/iris.git
synced 2025-02-09 02:34:55 +01:00
remove garbage (for you) println
This commit is contained in:
parent
16e32fb25a
commit
c462517ca9
|
@ -75,7 +75,6 @@ func runAndWatch(flags cli.Flags) error {
|
||||||
if isWindows {
|
if isWindows {
|
||||||
executablePath += ".exe"
|
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.
|
// here(below), we don't return the error because the -help command doesn't help the user for these errors.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user