Skip to content

Commit d22940d

Browse files
arschlesAaron Schlesinger
authored andcommitted
fix(build.go): remove debug log on repoCmd
callers should do the debug logging
1 parent e8c86e7 commit d22940d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pkg/gitreceive/build.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ func (e errGitShaTooShort) Error() string {
3232
func repoCmd(repoDir, first string, others ...string) *exec.Cmd {
3333
cmd := exec.Command(first, others...)
3434
cmd.Dir = repoDir
35-
log.Debug("running [%s] in directory %s", strings.Join(cmd.Args, " "), cmd.Dir)
3635
return cmd
3736
}
3837

0 commit comments

Comments
 (0)