dont log uneeded debug messages on tests

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-01-17 15:28:45 +03:00
parent 913249efed
commit 2b2729829e
3 changed files with 0 additions and 4 deletions

View File

@@ -36,5 +36,4 @@ func TestMultiple(t *testing.T) {
if cfg.String != "non_default" {
t.Fatalf("config not parsed by default source: %#+v\n", cfg)
}
t.Logf("config: %#+v\n", cfg)
}