Skip to content

Commit

Permalink
test(PopperContent): remove debug statement
Browse files Browse the repository at this point in the history
I accidentally left a debug statement in reactstrap#1669 that was merged. This commit removes the debug statement.
  • Loading branch information
phwebi committed Oct 18, 2019
1 parent 46d9f69 commit 61f1de8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/__tests__/PopperContent.spec.js
Expand Up @@ -117,8 +117,6 @@ describe('PopperContent', () => {
it('should have x-placement of auto by default', () => {
const wrapper = mount(<PopperContent target="target" isOpen container="inline">Yo!</PopperContent>);

console.log(wrapper.debug());

expect(wrapper.find('div[x-placement="auto"]').exists()).toBe(true);
});

Expand Down

0 comments on commit 61f1de8

Please sign in to comment.