mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 18:31:54 +00:00
Remove debug print statement (#52725)
Looks like a leftover. ## Test plan Just a log statment.
This commit is contained in:
parent
75769fcdd5
commit
ceef342ed5
@ -88,7 +88,6 @@ func (f *Users) Frequencies(ctx context.Context) ([]*UsersFrequencyNode, error)
|
||||
}
|
||||
|
||||
query := sqlf.Sprintf(frequencyQuery, dateRangeCond, sqlf.Join(getDefaultConds(), ") AND ("))
|
||||
fmt.Printf("Query %v", query)
|
||||
|
||||
rows, err := f.DB.QueryContext(ctx, query.Query(sqlf.PostgresBindVar), query.Args()...)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user