Remove leftover debug print

This commit is contained in:
Paul Bonser 2017-02-02 19:22:12 -06:00
parent 167e20d669
commit 42e5dfaa73

View File

@ -5,7 +5,6 @@
package goes package goes
import ( import (
"fmt"
"net/http" "net/http"
"net/url" "net/url"
"os" "os"
@ -1280,7 +1279,7 @@ func (s *GoesTestSuite) TestUpdate(c *C) {
} }
response, err = conn.Update(d, query, extraArgs) response, err = conn.Update(d, query, extraArgs)
fmt.Println(response)
if err != nil && strings.Contains(err.(*SearchError).Msg, "dynamic scripting") { if err != nil && strings.Contains(err.(*SearchError).Msg, "dynamic scripting") {
c.Skip("Scripting is disabled on server, skipping this test") c.Skip("Scripting is disabled on server, skipping this test")
return return