Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Commit 4a7e7cd

Browse files
committed
plumbing: transport server, remove letfover
1 parent 6c75af7 commit 4a7e7cd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

plumbing/transport/server/loader.go

-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ import (
55
"gopkg.in/src-d/go-git.v4/plumbing/transport"
66
"gopkg.in/src-d/go-git.v4/storage/filesystem"
77

8-
"fmt"
9-
108
"gopkg.in/src-d/go-billy.v3"
119
"gopkg.in/src-d/go-billy.v3/osfs"
1210
)
@@ -42,7 +40,6 @@ func (l *fsLoader) Load(ep transport.Endpoint) (storer.Storer, error) {
4240
}
4341

4442
if _, err := fs.Stat("config"); err != nil {
45-
fmt.Println(ep.Path(), err)
4643
return nil, transport.ErrRepositoryNotFound
4744
}
4845

0 commit comments

Comments
 (0)