🎨 logging

This commit is contained in:
Liang Ding 2017-03-15 23:38:34 +08:00
parent 0309fd01a2
commit ee069e75ac
1 changed files with 0 additions and 1 deletions

View File

@ -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