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

Commit 181f40a

Browse files
demshymartinjagodic
authored andcommitted
style: remove some console logs
1 parent 7393106 commit 181f40a

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

packages/decap-cms-widget-list/src/ListControl.js

-2
Original file line numberDiff line numberDiff line change
@@ -590,8 +590,6 @@ export default class ListControl extends React.Component {
590590
}
591591
}
592592

593-
console.log('kurwa', classNameWrapper);
594-
595593
return (
596594
<SortableListItem
597595
css={[styles.listControlItem, collapsed && styles.listControlItemCollapsed]}

packages/decap-cms-widget-markdown/src/MarkdownControl/plugins/shortcodes/insertShortcode.js

-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ function insertShortcode(editor, pluginConfig) {
99
.filter(field => field.has('default'))
1010
.map(field => field.get('default'));
1111

12-
// console.log(defaultValues);
13-
1412
const nodeData = {
1513
type: 'shortcode',
1614
id: pluginConfig.id,
@@ -28,7 +26,6 @@ function insertShortcode(editor, pluginConfig) {
2826
}
2927

3028
Transforms.insertNodes(editor, nodeData);
31-
console.log('handleInsertShortcode', pluginConfig);
3229
}
3330

3431
export default insertShortcode;

0 commit comments

Comments
 (0)