We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae26b8 commit 2b46764Copy full SHA for 2b46764
svn.go
@@ -82,8 +82,6 @@ func (s *SvnRepo) Get() error {
82
}
83
out, err := s.run("svn", "checkout", remote, s.LocalPath())
84
if err != nil {
85
- fmt.Println(string(out))
86
- fmt.Println(err.Error())
87
return NewRemoteError("Unable to get repository", err, string(out))
88
89
return nil
0 commit comments