Эх сурвалжийг харах

Removed debug message print from sftp

Toby Chui 2 жил өмнө
parent
commit
bb4b519dcc

+ 0 - 1
mod/filesystem/abstractions/sftpfs/sftpfs.go

@@ -237,7 +237,6 @@ func (s SFTPFileSystemAbstraction) RealPathToVirtualPath(fullpath string, userna
 
 func (s SFTPFileSystemAbstraction) FileExists(realpath string) bool {
 	_, err := s.Stat(realpath)
-	fmt.Println(realpath, err)
 	return err == nil
 }