mirror of https://github.com/dirtbags/moth.git
Remove debug log message
This commit is contained in:
parent
f68201ab53
commit
46fea903a6
|
@ -105,7 +105,6 @@ func TestMothballs(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
goofyText := "bozonics"
|
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
|
//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.createMothballWithMoo1("pategory", goofyText)
|
||||||
m.refresh()
|
m.refresh()
|
||||||
|
|
Loading…
Reference in New Issue