From e77dcb7f5283f5a381cb7c521d88222ddcec4a48 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sun, 31 Oct 2021 19:15:51 +0000 Subject: [PATCH] test_all: remove stray debug --- fstest/test_all/run.go | 1 - 1 file changed, 1 deletion(-) diff --git a/fstest/test_all/run.go b/fstest/test_all/run.go index e084e3d81..f082c55e1 100644 --- a/fstest/test_all/run.go +++ b/fstest/test_all/run.go @@ -339,7 +339,6 @@ func (r *Run) Init() { r.CmdLine = []string{"./" + r.BinaryName()} } testTimeout := *timeout - log.Printf("extra time: %f", r.ExtraTime) if r.ExtraTime > 0 { testTimeout = time.Duration(float64(testTimeout) * r.ExtraTime) }