Skip to content

Commit

Permalink
drop commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Feb 14, 2022
1 parent 727629d commit c0dce87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/gatsby/src/schema/print.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ const printScalarType = (tc: ScalarTypeComposer): string =>
printDescription(tc) + `scalar ${tc.getTypeName()}`

const printObjectType = (tc: ObjectTypeComposer<unknown>): string => {
// const type = tc.getType()
const interfaces = tc.getInterfaces()
const implementedInterfaces = interfaces.length
? ` implements ` + interfaces.map(i => i.getTypeName()).join(` & `)
Expand Down

0 comments on commit c0dce87

Please sign in to comment.