Skip to content

Commit

Permalink
feat(editor-content): remove log #29672
Browse files Browse the repository at this point in the history
  • Loading branch information
nicobytes committed Sep 20, 2024
1 parent 41912d2 commit 7240d75
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,6 @@ describe('DotUploadAssetComponent', () => {
);
const emitSpy = jest.spyOn(component.uploadedFile, 'emit');

console.log(de.nativeElement.innerHTML);

// Click on Upload Button
const btn = de.query(By.css('[data-test-id="upload-btn"]'));
const btnBack = de.query(By.css('[data-test-id="back-btn"]'));
Expand Down

0 comments on commit 7240d75

Please sign in to comment.