Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-dulaimi committed Dec 31, 2022
1 parent 85470f8 commit 84bac9a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,7 @@ export function generateProcedure(
config: Config,
) {
let input = 'input';
console.log({name})
console.log({modelName})
const nameWithoutModel = name.replace(modelName as string, '');
console.log({nameWithoutModel})
console.log(";-----------;")
if (nameWithoutModel === 'groupBy') {
input =
'{ where: input.where, orderBy: input.orderBy, by: input.by, having: input.having, take: input.take, skip: input.skip }';
Expand Down

0 comments on commit 84bac9a

Please sign in to comment.