Skip to content

Commit c39bd4d

Browse files
committed
Remove println
Signed-off-by: Antonio Jesus Navarro Perez <[email protected]>
1 parent b0d807a commit c39bd4d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plumbing/transport/test/receive_pack.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ func (s *ReceivePackSuite) receivePackNoCheck(c *C, ep *transport.Endpoint,
231231
// fixtures are generated with read only permissions, this casuses
232232
// errors deleting or modifying files.
233233
rootPath := ep.Path
234-
println("STAT", rootPath)
235234
stat, err := os.Stat(ep.Path)
236235

237236
if rootPath != "" && err == nil && stat.IsDir() {

0 commit comments

Comments
 (0)