Skip to content

Commit 0bd627f

Browse files
committed
chore: Remove another console log.
1 parent 8154df3 commit 0bd627f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/introspection/getSchemaFromData.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ export default (data) => {
152152
{}
153153
);
154154

155-
console.log(typeFields);
156155
const createManyInputType = new GraphQLInputObjectType({
157156
name: type.name + 'Input',
158157
fields: inputFields,

0 commit comments

Comments
 (0)