We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a3901 commit 34170f5Copy full SHA for 34170f5
1 file changed
apps/website/app/utils/conversion/jsonld.ts
@@ -72,7 +72,6 @@ export const conceptName = (
72
concept: Concept,
73
schema: Concept | undefined,
74
): string => {
75
- console.log(concept, schema);
76
if (concept.is_schema) {
77
if (concept.arity !== 2)
78
return "https://discoursegraphs.com/schema/dg_base#NodeSchema";
0 commit comments