This commit is contained in:
2025-01-07 21:57:56 +03:00
parent aa6ba0c07c
commit 57eb22615d

View File

@@ -243,8 +243,6 @@ func (o *Organizer) getMetadata(fp string, data io.Reader) (metadata.Metadata, e
} }
func (o *Organizer) processFile(sourcePath string) error { func (o *Organizer) processFile(sourcePath string) error {
fmt.Printf("%s %d %o\n", o.fileMode, o.fileMode, o.fileMode)
meta, err := o.getMetaForPath(sourcePath) meta, err := o.getMetaForPath(sourcePath)
if err != nil { if err != nil {
return err return err