diff --git a/client.go b/client.go index d340ce640..e4401a69a 100644 --- a/client.go +++ b/client.go @@ -159,7 +159,6 @@ func (c *Client) CreateDB(ctx context.Context, db string, opt DBOptions) error { case http.StatusOK: return nil // ok case http.StatusConflict: - fmt.Println("ErrDatabaseExists: 1") return ErrDatabaseExists default: return errors.New(string(body))