diff --git a/go/integTest/shared_commands_test.go b/go/integTest/shared_commands_test.go index 9344fc7109..0797ecf36d 100644 --- a/go/integTest/shared_commands_test.go +++ b/go/integTest/shared_commands_test.go @@ -3,7 +3,6 @@ package integTest import ( - "fmt" "math" "reflect" "strconv" @@ -6298,9 +6297,6 @@ func (suite *GlideTestSuite) TestXGroupStreamCommands() { }, }, resp) - fmt.Printf("resp: %v\n", resp) - fmt.Printf("resp: %v\n", resp[key][streamId2.Value()]) - // add a new stream entry streamId3, err := client.XAdd(key, [][]string{{"field3", "value3"}}) assert.NoError(suite.T(), err)