Skip to content

Commit

Permalink
chore(generator): remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Feb 14, 2022
1 parent 5432b0c commit 2e66276
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gen/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@ const generateSpec = (type: string, name: string, resource: Resource): string =>

specRel = specRel.replace(/##__OPERATION_NAME__##/g, op.name)
specRel = specRel.replace(/##__RELATIONSHIP_TYPE__##/g, op.relationship.type)
console.log(specRel)
spec = spec.replace(/##__RELATIONSHIP_SPECS__##/g, '\n\n\t' + specRel + '\n\t##__RELATIONSHIP_SPECS__##')

}
Expand Down

0 comments on commit 2e66276

Please sign in to comment.