Skip to content

Commit

Permalink
fix: accidential log
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozone committed Sep 21, 2022
1 parent b68dcc5 commit eb1c465
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -13,7 +13,6 @@ export default <T extends DataTType>(
if (plugin.isDisabled) {
try {
plugin.isDisabled(editor).then((d) => {
console.log('is disabled', plugin, d);
setDisabled(d);
});
} catch (e) {
Expand Down

0 comments on commit eb1c465

Please sign in to comment.