From 594a02115bc4fa960dd26694e4c4f938115b4fb0 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Tue, 23 Dec 2014 09:45:03 +0800 Subject: [PATCH] logging --- output/outputs.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/output/outputs.go b/output/outputs.go index 492fd0e..e956c05 100644 --- a/output/outputs.go +++ b/output/outputs.go @@ -310,8 +310,6 @@ func BuildHandler(w http.ResponseWriter, r *http.Request) { setCmdEnv(cmd, username) executable := filepath.Base(curDir) + suffix - logger.Debugf("go build for [%s]", executable) - executable = filepath.Join(curDir, executable) stdout, err := cmd.StdoutPipe()