Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfrancois committed Jul 24, 2023
1 parent f61ba93 commit 153b603
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/forms/src/UIForm/fields/Code/Code.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ const ReactAce = lazy(() =>
const cancel = setInterval(() => {
if (ace.require('ace/ext/language_tools')) {
clearInterval(cancel);
debugger;
resolve(assetsApi.toDefaultModule(mod.default));
}
}, 100);
Expand Down

0 comments on commit 153b603

Please sign in to comment.