Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.

Commit ec87ea3

Browse files
committed
Remove console.log
1 parent 9e5f03d commit ec87ea3

File tree

1 file changed

+1
-1
lines changed
  • demo/client/components/DemoEditor

1 file changed

+1
-1
lines changed

demo/client/components/DemoEditor/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import createPrismPlugin from 'draft-js-prism-plugin';
2525
const prismPlugin = createPrismPlugin({
2626
prism: Prism,
2727
});
28-
console.log(prismPlugin)
28+
2929
window.Draft = Draft;
3030

3131
const plugins = [

0 commit comments

Comments
 (0)