less verbose on tempfiles
This commit is contained in:
parent
ab9109b016
commit
d50b0e29c6
2
main.go
2
main.go
@ -53,7 +53,7 @@ func (t *Tool) execute(in io.Reader, w http.ResponseWriter) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
defer os.Remove(tmpf.Name())
|
defer os.Remove(tmpf.Name())
|
||||||
log.Printf("using tempfile: %q\n", tmpf.Name())
|
// log.Printf("using tempfile: %q\n", tmpf.Name())
|
||||||
|
|
||||||
args = []string{}
|
args = []string{}
|
||||||
args = append(args, t.Args...)
|
args = append(args, t.Args...)
|
||||||
|
Loading…
Reference in New Issue
Block a user