From c462517ca9342a742ebb5e39a621e45807fdab8f Mon Sep 17 00:00:00 2001 From: Makis Maropoulos Date: Tue, 21 Jun 2016 04:20:24 +0300 Subject: [PATCH] remove garbage (for you) println --- iris/run.go | 1 - 1 file changed, 1 deletion(-) diff --git a/iris/run.go b/iris/run.go index e22a9727..e9b22cde 100644 --- a/iris/run.go +++ b/iris/run.go @@ -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.