diff --git a/src/property.ts b/src/property.ts index 41591ed..bbd8b5a 100644 --- a/src/property.ts +++ b/src/property.ts @@ -15,7 +15,6 @@ export class ShaclProperty extends HTMLElement { constructor(shaclSubject: BlankNode | NamedNode, config: Config, nodeId: NamedNode | BlankNode, valueSubject?: NamedNode | BlankNode) { super() - console.log('--- new shacl property', nodeId) this.template = new ShaclPropertyTemplate(config.shapesGraph.getQuads(shaclSubject, null, null, SHAPES_GRAPH), nodeId, config) this.dataset.nodeId = this.template.nodeId.id