From 9f47cbe3efc7e7653f1ea4632b973aa0446e6370 Mon Sep 17 00:00:00 2001 From: Zhou Hao Date: Thu, 16 Nov 2017 09:56:12 +0800 Subject: [PATCH] remove debug info Signed-off-by: Zhou Hao --- cmd/runtimetest/main.go | 2 -- 1 file changed, 2 deletions(-) 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)