Remove leftover debug print
This commit is contained in:
parent
167e20d669
commit
42e5dfaa73
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user