mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-26 03:26:19 +00:00
no printear debug search
This commit is contained in:
parent
bc95d9c255
commit
d5eb1fee1d
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ export const load: PageServerLoad = async ({ url }) => {
|
|||
results = db.all(
|
||||
sql`select ean, name from precios_fts where name match ${query};`,
|
||||
);
|
||||
console.debug(results);
|
||||
}
|
||||
|
||||
return { query, results };
|
||||
|
|
Loading…
Reference in a new issue