Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
removed leftover logging
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbaud-conorwright committed Nov 28, 2018
1 parent 1282100 commit e1e1ac5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/public/modules/modal/modal.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ describe('Modal component', () => {
applicationRef.tick();
expect(document.querySelector('.sky-modal')).toExist();

console.log(document.querySelectorAll('.sky-modal').length);
// Confirm the close
(<HTMLElement>document.querySelector('#toggle-btn')).click();
tick();
Expand All @@ -344,7 +343,6 @@ describe('Modal component', () => {
tick();
applicationRef.tick();

console.log(document.querySelectorAll('.sky-modal').length);
expect(document.querySelector('.sky-modal')).not.toExist();
applicationRef.tick();
}));
Expand Down

0 comments on commit e1e1ac5

Please sign in to comment.