Skip to content

Commit bfdfcaf

Browse files
committed
Remove unwanted debugging
1 parent c7e8197 commit bfdfcaf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/db/db.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ func Search(db *sql.DB, query string, extensions []string, limit int) ([]*types.
7878
`
7979

8080
sqlQuery += fmt.Sprintf("LIMIT %d", limit)
81-
fmt.Println(sqlQuery)
8281

8382
rows, err := db.Query(sqlQuery, args...)
8483
if err != nil {

0 commit comments

Comments
 (0)