Explorar el Código

remove println

pull/36/head
Rob Loranger hace 4 años
padre
commit
284087a32f
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: D6F1633A4F0903B8
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      cmd/wf/commands.go

+ 0
- 1
cmd/wf/commands.go Ver fichero

@@ -55,7 +55,6 @@ func requireAuth(f cli.ActionFunc, action string) cli.ActionFunc {
} else if num > 0 {
return cli.NewExitError("You are authenticated, but have no default user/host set. Supply -user and -host flags.", 1)
}
fmt.Println(num)
}
}
u, err := config.LoadUser(c)


Cargando…
Cancelar
Guardar