🎨 logging
This commit is contained in:
parent
0309fd01a2
commit
ee069e75ac
|
@ -247,7 +247,6 @@ func BuildHandler(w http.ResponseWriter, r *http.Request) {
|
|||
} else {
|
||||
channelRet["output"] = "<span class='build-error'>" + i18n.Get(locale, "build-error").(string) + "</span>\n"
|
||||
|
||||
logger.Info(lines)
|
||||
// lint process
|
||||
if lines[0][0] == '#' {
|
||||
lines = lines[1:] // skip the first line
|
||||
|
|
Loading…
Reference in New Issue