Tidy up commented code

This commit is contained in:
Arthur Barr
2019-02-26 09:15:28 +00:00
committed by Arthur Barr
parent cc0f072908
commit 4f57d1bae2
4 changed files with 0 additions and 14 deletions

View File

@@ -110,7 +110,6 @@ func GetFilesystem(path string) (string, error) {
t, ok := fsTypes[int64(statfs.Type)]
if !ok {
return "unknown", nil
// log.Printf("WARNING: detected %v has unknown filesystem type %x", path, statfs.Type)
}
return t, nil
}