Explorar o código

Removed debug message print from sftp

Toby Chui %!s(int64=2) %!d(string=hai) anos
pai
achega
bb4b519dcc
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      mod/filesystem/abstractions/sftpfs/sftpfs.go

+ 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
 }