Commit 24519377 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

unionfs: drop logging message from newDirnameMap.

parent 98bb4e24
package unionfs
import (
"log"
"sync"
"time"
......@@ -20,7 +19,6 @@ func newDirnameMap(fs pathfs.FileSystem, dir string) map[string]bool {
}
if !code.Ok() {
log.Printf("newDirnameMap(%v): %v %v", fs, dir, code)
return nil
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment