From 0bc98b7ac5d786e40ffafefa11ca610825938766 Mon Sep 17 00:00:00 2001 From: Stephan Tittel Date: Wed, 3 Apr 2024 10:02:57 +0200 Subject: [PATCH] remove debug message --- src/property.ts | 1 - 1 file changed, 1 deletion(-) 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