mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-22 14:16:19 +00:00
no printear debug search
This commit is contained in:
parent
cf8ef7a4fb
commit
e00c5a82f5
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