Fix: Prints should always include new lines (#102795)
* CI: Allow Bench conversion to fail We shouldn't mark PRs and commits as X if they fail to convert logs with Bench. * Fix: Prints should always include new lines * fix: remove unused import
This commit is contained in:
@@ -279,7 +279,7 @@ func (r *xormRepositoryImpl) Get(ctx context.Context, query annotations.ItemQuer
|
||||
params = append(params, query.OrgID)
|
||||
|
||||
if query.AnnotationID != 0 {
|
||||
// fmt.Print("annotation query")
|
||||
// fmt.Println("annotation query")
|
||||
sql.WriteString(` AND a.id = ?`)
|
||||
params = append(params, query.AnnotationID)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user