Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 244af76

Browse files
shinytang6catarak
authored andcommitted
remove unnecessary lines
1 parent c746ea3 commit 244af76

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

client/modules/IDE/components/PreviewFrame.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ class PreviewFrame extends React.Component {
4747

4848
if (this.props.textOutput !== prevProps.textOutput) {
4949
this.renderSketch();
50-
return;
5150
}
5251

5352
if (this.props.gridOutput !== prevProps.gridOutput) {

client/utils/consoleUtils.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
import {
2-
EXTERNAL_LINK_REGEX
3-
} from '../../server/utils/fileUtils';
4-
51
import warnLightUrl from '../images/console-warn-light.svg';
62
import warnDarkUrl from '../images/console-warn-dark.svg';
73
import errorLightUrl from '../images/console-error-light.svg';

0 commit comments

Comments
 (0)