From d99edc2eefa2ac4c262dafb3f38f54be0990a65b Mon Sep 17 00:00:00 2001 From: Travis Date: Thu, 6 Apr 2017 23:22:31 -0500 Subject: [PATCH] remove errant debugging line --- client.go | 1 - 1 file changed, 1 deletion(-) 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))