diff options
author | Özgür Kesim <oec@codeblau.de> | 2018-11-25 14:47:43 +0100 |
---|---|---|
committer | Özgür Kesim <oec@codeblau.de> | 2018-11-25 14:47:43 +0100 |
commit | d50b0e29c6263a076a0558350219b3a9a01fdf38 (patch) | |
tree | 7559822e0b94a6bdff390bee0ca6c51fdeaf8ba4 | |
parent | ab9109b0164daea036d78cd0f643893cdb4d52fd (diff) |
less verbose on tempfiles
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ func (t *Tool) execute(in io.Reader, w http.ResponseWriter) { return } defer os.Remove(tmpf.Name()) - log.Printf("using tempfile: %q\n", tmpf.Name()) + // log.Printf("using tempfile: %q\n", tmpf.Name()) args = []string{} args = append(args, t.Args...) |