mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
remove errant debugging line
This commit is contained in:
parent
cebca697b1
commit
d99edc2eef
1 changed files with 0 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue