We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e8197 commit bfdfcafCopy full SHA for bfdfcaf
internal/db/db.go
@@ -78,7 +78,6 @@ func Search(db *sql.DB, query string, extensions []string, limit int) ([]*types.
78
`
79
80
sqlQuery += fmt.Sprintf("LIMIT %d", limit)
81
- fmt.Println(sqlQuery)
82
83
rows, err := db.Query(sqlQuery, args...)
84
if err != nil {
0 commit comments