Skip to content

Commit

Permalink
Remove debugger statement
Browse files Browse the repository at this point in the history
  • Loading branch information
anttiviljami committed Nov 9, 2023
1 parent c098313 commit 343c555
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/typegen/src/typegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@ export async function generateTypesForDocument(definition: Document | string, op
function generateMethodForOperation(methodName: string, operation: Operation, exportTypes: ExportedType[]) {
const { operationId, summary, description } = operation;

if (operationId === 'createEntity') {
debugger;
}

// parameters arg
const normalizedOperationId = convertKeyToTypeName(operationId);
const normalizedPath = convertKeyToTypeName(operation.path);
Expand Down

0 comments on commit 343c555

Please sign in to comment.