Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
trzysiek committed Dec 28, 2024
1 parent d27823c commit a8e8b30
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions quesma/model/bucket_aggregations/terms.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ package bucket_aggregations

import (
"context"
"fmt"
"quesma/logger"
"quesma/model"
"quesma/util"
Expand Down Expand Up @@ -33,8 +32,6 @@ func (query Terms) TranslateSqlResponseToJson(rows []model.QueryResultRow) model
return model.JsonMap{}
}

fmt.Println(rows)

var keyIsBool bool
for _, row := range rows {
key := query.key(row)
Expand Down

0 comments on commit a8e8b30

Please sign in to comment.