Skip to content

Commit

Permalink
remove unnecessary console log
Browse files Browse the repository at this point in the history
  • Loading branch information
rjawesome committed Aug 8, 2022
1 parent ec0816e commit f41c9af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/biolink.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ class BioLinkModel {
isCanonical(predicate) {
if (typeof predicate === 'string') {
if (predicate in this.biolink.slotTree.objects) {
console.log("slttree")
console.log(this.biolink.slotTree.objects[predicate])
if (this.biolink.slotTree.objects[predicate].canonical_predicate !== true) {
return false;
}
Expand Down

0 comments on commit f41c9af

Please sign in to comment.