mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
remove stray println
This commit is contained in:
@@ -58,7 +58,6 @@ func New() *Framework {
|
||||
Tags: map[string]struct{}{},
|
||||
}
|
||||
for _, tag := range strings.Split(*fTags, ",") {
|
||||
fmt.Println("got tag ", tag)
|
||||
env.Tags[tag] = struct{}{}
|
||||
}
|
||||
return &Framework{
|
||||
|
||||
Reference in New Issue
Block a user