aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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
commitd50b0e29c6263a076a0558350219b3a9a01fdf38 (patch)
tree7559822e0b94a6bdff390bee0ca6c51fdeaf8ba4 /main.go
parentab9109b0164daea036d78cd0f643893cdb4d52fd (diff)
less verbose on tempfiles
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 6d6278f..24cb4a7 100644
--- a/main.go
+++ b/main.go
@@ -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...)