Skip to content

Commit

Permalink
fix(): remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Mar 18, 2021
1 parent 3a47f79 commit f6e7263
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/schema-builder/factories/interface-definition.factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ export class InterfaceDefinitionFactory {
return parentTypeDefinition ? parentTypeDefinition.type : undefined;
};
const resolveType = this.createResolveTypeFn(metadata);
console.log({
interfaces: getInterfacesArray(metadata.interfaces),
metadata,
});
return {
target: metadata.target,
isAbstract: metadata.isAbstract || false,
Expand Down

0 comments on commit f6e7263

Please sign in to comment.