Commit cf4c6f51 authored by Roshan Patil's avatar Roshan Patil
Browse files

filemdl logger fixes

parent 09a5ce6a
Branches
Tags
1 merge request!68Core dev bto c
Showing with 0 additions and 1 deletion
......@@ -413,7 +413,6 @@ func FileAvailabilityCheck(filePath string) bool {
}
fileInfo, err := os.Stat(filePath)
if fileInfo == nil && errormdl.CheckErr(err) != nil {
loggermdl.LogError(err)
return false
}
return true
......
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