Skip to content

Commit

Permalink
removed stray debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Cuddihy committed Mar 19, 2021
1 parent 9d19eec commit f977f3c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sparqlGraphWeb/sparqlGraph/js/ontologytree.js
Original file line number Diff line number Diff line change
Expand Up @@ -382,9 +382,7 @@ OntologyTree.prototype = {
var topLevelProps = propList.slice();
var otherLevelProps = [];
for (var p of propList) {
if (p.getNameStr() == "http://arcos.rack/PROV-S#wasAssociatedWith") {
console.log("test here");
}

var subProps = this.oInfo.getSubProperties(p);
for (var s of subProps) {
var i = topLevelProps.indexOf(s);
Expand Down

0 comments on commit f977f3c

Please sign in to comment.