Skip to content

Commit 40d96a8

Browse files
committed
chore: remove console.log
1 parent 0317cf7 commit 40d96a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/graph-schema-utils/src/formatters/json/extensions.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ export function hasDuplicateNodeObjectTypeIds(
140140

141141
export function fromJsonStruct(schemaJson: RootSchemaJsonStruct): GraphSchema {
142142
const { graphSchema } = schemaJson.graphSchemaRepresentation;
143-
console.log(graphSchema, hasDuplicateNodeLabelIds(graphSchema));
144143
if (hasDuplicateNodeLabelIds(graphSchema)) {
145144
throw new Error("Duplicate node label IDs found in schema");
146145
}

0 commit comments

Comments
 (0)