Skip to content

Commit 2ff74a0

Browse files
committed
rm unused lines
1 parent 14bef00 commit 2ff74a0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

client/modules/IDE/components/Editor.jsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ class Editor extends React.Component {
9898
this.beep = new Audio(beepUrl);
9999
this.widgets = [];
100100
this._cm = CodeMirror(this.codemirrorContainer, {
101-
// eslint-disable-line
102101
theme: `p5-${this.props.theme}`,
103102
lineNumbers: this.props.lineNumbers,
104103
styleActiveLine: true,
@@ -416,8 +415,6 @@ class Editor extends React.Component {
416415
}
417416
},
418417
closeOnUnfocus: false
419-
// completeOnSingleClick: false,
420-
// closeOnPick: false
421418
};
422419

423420
// CSS
@@ -597,7 +594,6 @@ Editor.propTypes = {
597594
collapseSidebar: PropTypes.func.isRequired,
598595
expandSidebar: PropTypes.func.isRequired,
599596
clearConsole: PropTypes.func.isRequired,
600-
// showRuntimeErrorWarning: PropTypes.func.isRequired,
601597
hideRuntimeErrorWarning: PropTypes.func.isRequired,
602598
runtimeErrorWarningVisible: PropTypes.bool.isRequired,
603599
provideController: PropTypes.func.isRequired,

0 commit comments

Comments
 (0)