Skip to content

Commit

Permalink
Removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandraRamanenka committed Oct 25, 2023
1 parent d494684 commit c3647d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/_classes/component/Component.unit.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,6 @@ describe('Component', () => {

form.setForm(comp5).then(() => {
setTimeout(() => {
console.log(form.components[0].element);
assert.equal(window._ee, undefined, 'Should not execute code inside Tooltips/Description');
done();
}, 200);
Expand Down

0 comments on commit c3647d4

Please sign in to comment.