Skip to content

Commit 269c1cd

Browse files
author
Ma Shimiao
authored
Merge pull request #518 from q384566678/runtimetest-debug
runtimetest: remove debug info
2 parents b78c113 + 9f47cbe commit 269c1cd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmd/runtimetest/main.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,6 @@ func validateRootFS(spec *rspec.Spec) error {
347347
}
348348

349349
func validateDefaultFS(spec *rspec.Spec) error {
350-
logrus.Debugf("validating linux default filesystem")
351-
352350
mountInfos, err := mount.GetMounts()
353351
if err != nil {
354352
specerror.NewError(specerror.DefaultFilesystems, err, spec.Version)

0 commit comments

Comments
 (0)