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