]> git.r.bdr.sh - rbdr/mobius/blobdiff - hotline/file_transfer.go
Clean up logging
[rbdr/mobius] / hotline / file_transfer.go
index 12725db620779d7ba4e1f197ba2683c960986dc7..847c7feedb4defa7c4eae7234f7d1c05741349e4 100644 (file)
@@ -421,7 +421,6 @@ func DownloadFolderHandler(rwc io.ReadWriter, fullPath string, fileTransfer *Fil
                }
 
                subPath := path[basePathLen+1:]
-               rLogger.Debug("Sending fileheader", "i", i, "path", path, "fullFilePath", fullPath, "subPath", subPath, "IsDir", info.IsDir())
 
                if i == 1 {
                        return nil
@@ -437,8 +436,6 @@ func DownloadFolderHandler(rwc io.ReadWriter, fullPath string, fileTransfer *Fil
                        return err
                }
 
-               rLogger.Debug("Client folder download action", "action", fmt.Sprintf("%X", nextAction[0:2]))
-
                var dataOffset int64
 
                switch nextAction[1] {