Remove debug log message

This commit is contained in:
Neale Pickett 2021-10-13 18:35:33 -06:00
parent f68201ab53
commit 46fea903a6
1 changed files with 0 additions and 1 deletions

View File

@ -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()