aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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...)