Skip to content

Commit

Permalink
remove debugging variables
Browse files Browse the repository at this point in the history
  • Loading branch information
derbynn committed Sep 5, 2024
1 parent 83f41b2 commit 529382b
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -651,15 +651,6 @@ describe("IModelTransformerHub", () => {
const targetPhysObjId2 =
transformer1.context.findTargetElementId(physObjId2);

// Get elements to verify if they we are getting the correct phys objs when debugging
const targetPhysObj1 =
targetBriefcase.elements.getElement(targetPhysObjId1);
const targetPhysObj2 =
targetBriefcase.elements.getElement(targetPhysObjId2);

assert.isDefined(targetPhysObj1);
assert.isDefined(targetPhysObj2);

// delete referenced in target
targetBriefcase.elements.deleteElement(targetPhysObjId1);
targetBriefcase.elements.deleteElement(targetPhysObjId2);
Expand Down

0 comments on commit 529382b

Please sign in to comment.