diff --git a/cmd/runtimetest/main.go b/cmd/runtimetest/main.go index 09fbfb091..9d60f61dc 100644 --- a/cmd/runtimetest/main.go +++ b/cmd/runtimetest/main.go @@ -342,8 +342,6 @@ func validateRootFS(spec *rspec.Spec) error { } func validateDefaultFS(spec *rspec.Spec) error { - logrus.Debugf("validating linux default filesystem") - mountInfos, err := mount.GetMounts() if err != nil { specerror.NewError(specerror.DefaultFilesystems, err, spec.Version)