Skip to content

Commit

Permalink
Remove unnecessary console.error
Browse files Browse the repository at this point in the history
  • Loading branch information
Castro, Mario committed May 28, 2024
1 parent 34ddffa commit f498f42
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ export class GraphQLGenerator {
const field = parentType.getFields()[fieldName]

if (!field) {
console.error(`Field ${fieldName} not found on type ${parentType.name}. Skipping.`) // @TODO: remove
return
}

Expand Down

0 comments on commit f498f42

Please sign in to comment.