Skip to content

Commit

Permalink
remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
s-tittel committed Apr 3, 2024
1 parent 15d5ea8 commit 0bc98b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/property.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0bc98b7

Please sign in to comment.