Skip to content

Commit

Permalink
removed logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dtphelan1 authored and Matthew Gramigna committed Oct 16, 2019
1 parent f764ac3 commit 6c88a51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shortcuts/CreatorIntermediary.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ export default class CreatorIntermediary extends Shortcut {
get potentialParents() {
const knownParent = this.metadata["knownParentContexts"];
if (knownParent === 'Patient' || knownParent === undefined) return [];
console.log(knownParent);
if (_.isArray(knownParent)) {
return knownParent;
} else if (_.isString(knownParent)) {
Expand Down

0 comments on commit 6c88a51

Please sign in to comment.