From 46fea903a666b122e2df4af10fa321bf1f4241e8 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Wed, 13 Oct 2021 18:35:33 -0600 Subject: [PATCH] Remove debug log message --- cmd/mothd/mothballs_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/mothd/mothballs_test.go b/cmd/mothd/mothballs_test.go index 61cfff5..7348bfd 100644 --- a/cmd/mothd/mothballs_test.go +++ b/cmd/mothd/mothballs_test.go @@ -105,7 +105,6 @@ func TestMothballs(t *testing.T) { } goofyText := "bozonics" - log.Print("Hey Bozo") //time.Sleep(1 * time.Second) // I don't love this, but we need the mtime to increase, and it's only accurate to 1s m.createMothballWithMoo1("pategory", goofyText) m.refresh()