diff --git a/output/build.go b/output/build.go index 6ad40f4..05a5cc8 100644 --- a/output/build.go +++ b/output/build.go @@ -247,7 +247,6 @@ func BuildHandler(w http.ResponseWriter, r *http.Request) { } else { channelRet["output"] = "" + i18n.Get(locale, "build-error").(string) + "\n" - logger.Info(lines) // lint process if lines[0][0] == '#' { lines = lines[1:] // skip the first line