Remove accidental debug line
This commit is contained in:
parent
60ebde4447
commit
eefc11bd0d
|
@ -113,10 +113,6 @@ func (fs *Filesystem) SafePath(p string) (string, error) {
|
|||
func (fs *Filesystem) ParallelSafePath(paths []string) ([]string, error) {
|
||||
var cleaned []string
|
||||
|
||||
for _, ip := range paths {
|
||||
fmt.Println(ip)
|
||||
}
|
||||
|
||||
// Simple locker function to avoid racy appends to the array of cleaned paths.
|
||||
var m = new(sync.Mutex)
|
||||
var push = func(c string) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user