Skip to content

Commit 9f47cbe

Browse files
author
Zhou Hao
committed
remove debug info
Signed-off-by: Zhou Hao <zhouhao@cn.fujitsu.com>
1 parent b44a893 commit 9f47cbe

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
@@ -342,8 +342,6 @@ func validateRootFS(spec *rspec.Spec) error {
342342
}
343343

344344
func validateDefaultFS(spec *rspec.Spec) error {
345-
logrus.Debugf("validating linux default filesystem")
346-
347345
mountInfos, err := mount.GetMounts()
348346
if err != nil {
349347
specerror.NewError(specerror.DefaultFilesystems, err, spec.Version)

0 commit comments

Comments
 (0)