Skip to content

Commit

Permalink
Merge pull request #20 from mozesmagyar/silent
Browse files Browse the repository at this point in the history
made config init silent
  • Loading branch information
jolestar committed Aug 5, 2017
2 parents ea1b8e7 + 280f894 commit 1b32718
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config.go
Expand Up @@ -2,7 +2,6 @@ package pool

import (
"errors"
"fmt"
"math"
"sync"
)
Expand Down Expand Up @@ -266,7 +265,6 @@ func RegistryEvictionPolicy(name string, policy EvictionPolicy) {
if name == "" || policy == nil {
panic(errors.New("invalid argument"))
}
fmt.Println("RegistryEvictionPolicy", name)
policiesMutex.Lock()
policies[name] = policy
policiesMutex.Unlock()
Expand Down

0 comments on commit 1b32718

Please sign in to comment.