clean up test log
Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux)
This commit is contained in:
parent
812798a7d6
commit
8cbabf2c3e
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ func (eng *Engine) Root() string {
|
|||
}
|
||||
|
||||
func (eng *Engine) Register(name string, handler Handler) error {
|
||||
eng.Logf("Register(%s) (handlers=%v)", name, eng.handlers)
|
||||
_, exists := eng.handlers[name]
|
||||
if exists {
|
||||
return fmt.Errorf("Can't overwrite handler for command %s", name)
|
||||
|
|
Loading…
Add table
Reference in a new issue