Skip to content

Commit 2b46764

Browse files
committed
Removing debug code. oops
1 parent 4ae26b8 commit 2b46764

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

svn.go

-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ func (s *SvnRepo) Get() error {
8282
}
8383
out, err := s.run("svn", "checkout", remote, s.LocalPath())
8484
if err != nil {
85-
fmt.Println(string(out))
86-
fmt.Println(err.Error())
8785
return NewRemoteError("Unable to get repository", err, string(out))
8886
}
8987
return nil

0 commit comments

Comments
 (0)