feat: remove print BuildFromFilePath
removes the print of (path, err) in function BuildFromFilePath
This commit is contained in:
parent
dc7428db54
commit
7d327905fe
|
@ -41,7 +41,6 @@ func (info *Info) BuildFromFilePath(root string) (err error) {
|
|||
return nil
|
||||
}
|
||||
relPath, err := filepath.Rel(root, path)
|
||||
log.Println(relPath, err)
|
||||
if err != nil {
|
||||
return fmt.Errorf("error getting relative path: %s", err)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue