Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
armgjoka committed Feb 24, 2025
1 parent 688df48 commit 72c8fab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/core/src/parsers/builder/builder.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ describe('Unpaired Surrogates', () => {
};

const output = builderContentToMitosisComponent(builderContent);

console.log('Output: ', output.children[0].children);

// Text should be cleaned of unpaired surrogates
expect(output.children[0].children[0].properties._text).toBe(
'Hello World. Welcome to section',
Expand Down

0 comments on commit 72c8fab

Please sign in to comment.