Skip to content

Commit 8f7c472

Browse files
committed
rm console
1 parent 16b48c4 commit 8f7c472

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

site/edit/template/components/ListComponents/EditorComp.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ class EditorComp extends React.Component {
4343
};
4444
newTemplateData.data.style = (newTemplateData.data.style || []).filter(c => c.id !== cb.id);
4545
newTemplateData.data.style.push(data);
46-
console.log(Date.now());
4746
dispatch(actions.setTemplateData(newTemplateData));
4847
}
4948

@@ -84,7 +83,6 @@ class EditorComp extends React.Component {
8483
}
8584

8685
render() {
87-
console.log(Date.now());
8886
const { currentEditData, mediaStateSelect, location } = this.props;
8987
const isCN = isZhCN(location.pathname);
9088
if (!currentEditData) {

0 commit comments

Comments
 (0)