diff options
Diffstat (limited to 'git_hooks_handle.go')
-rw-r--r-- | git_hooks_handle.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/git_hooks_handle.go b/git_hooks_handle.go index 69fe0aa..2adaf9a 100644 --- a/git_hooks_handle.go +++ b/git_hooks_handle.go @@ -135,8 +135,6 @@ func hooks_handle_connection(conn net.Conn) { git_env[parts[0]] = parts[1] } - fmt.Printf("%#v\n", git_env) - var stdin bytes.Buffer if _, err = io.Copy(&stdin, conn); err != nil { wf_error(conn, "Failed to read to the stdin buffer: %v", err) |