commented druid response log line

This commit is contained in:
Ankit Nayan 2021-04-26 23:33:38 +05:30
commit 93138c91e2

View File

@ -254,7 +254,7 @@ func SearchSpansAggregate(client *godruid.Client, queryParams *model.SpanSearchA
return nil, clientErr
}
fmt.Println("response", client.LastResponse)
// fmt.Println("response", client.LastResponse)
receivedResponse := new([]SpanSearchAggregatesDuratonReceivedItem)
err = json.Unmarshal([]byte(client.LastResponse), receivedResponse)