Skip to content

Commit 3db8b22

Browse files
committed
Removes console.log statements from codebase
1 parent ee210b5 commit 3db8b22

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/unit/specs/components/AttributionDetailsStep.spec.js

-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ describe('AttributionDetailsStep Component Rendering', () => {
3030

3131
it('Component not mounted if status is previous', () =>{
3232
wrapper.setProps({status : 'previous'})
33-
console.log(wrapper.html())
34-
console.log(wrapper.find('.step-content'))
3533
expect(wrapper.find('.step-actions').exists()).toBeFalsy()
3634
})
3735

0 commit comments

Comments
 (0)