Remove debugging

This commit is contained in:
Dane Everitt 2020-07-18 11:58:55 -07:00
parent 085a02726b
commit f0eeaae747
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -806,10 +806,7 @@ func (fs *Filesystem) CompressFiles(dir string, paths []string) (os.FileInfo, er
// directory, otherwise return nil. Returning this error for a file will stop the walking
// for the remainder of the directory. This is assuming an os.FileInfo struct was even returned.
func (fs *Filesystem) handleWalkerError(err error, f os.FileInfo) error {
fmt.Println("handling walker error")
if !IsPathResolutionError(err) {
fmt.Println("not a path res error")
fmt.Println(err)
return err
}