remove debug prints

This commit is contained in:
2022-01-29 22:03:33 +01:00
parent 2efc1a155e
commit 5262d7abb7
2 changed files with 1 additions and 4 deletions

View File

@ -8,7 +8,7 @@ import (
func main() {
conf := envconf.NewConfig()
conf.Define("this_is_a_map", envconf.TypeInt)
conf.Define("test_map", envconf.TypeInt)
conf.DefineMap("test_map", envconf.TypeInt)
conf.Parse()
conf.Status()