diff --git a/pkgs/utils/query.ts b/pkgs/utils/query.ts index 2f5d7af..2391081 100644 --- a/pkgs/utils/query.ts +++ b/pkgs/utils/query.ts @@ -178,7 +178,6 @@ export const execQuery = async (args: DBArg, prisma: any) => { result[k]._marker = v; } } - console.log(result); return result; } }