Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit 54bdae5

Browse files
committed
Fix staticcheck
1 parent 0f37df0 commit 54bdae5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

quesma/clickhouse/util.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,7 @@ func TimestampGroupByWithTimezone(fullTimestampExpr model.Expr, timestampField m
131131
return TimestampGroupBy(fullTimestampExpr, timestampField, groupByInterval)
132132
}
133133

134-
fmt.Println("QQQ")
135-
136-
var offset model.Expr
137-
offset = model.NewInfixExpr(
134+
var offset model.Expr = model.NewInfixExpr(
138135
model.NewFunction(
139136
"timeZoneOffset",
140137
model.NewFunction(

0 commit comments

Comments
 (0)