Skip to content

Commit 198c933

Browse files
author
Ives van Hoorne
committed
Remove console log
1 parent 74eebaa commit 198c933

File tree

1 file changed

+1
-1
lines changed
  • src/app/components/sandbox/Preview

1 file changed

+1
-1
lines changed

src/app/components/sandbox/Preview/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export default class Preview extends React.PureComponent<Props, State> {
169169
handleMessage = (e: MessageEvent | { data: Object | string }) => {
170170
if (e.data === 'Ready!') {
171171
this.frames.add(e.source);
172-
console.log(this.frames); // eslint-disable-line
172+
173173
this.setState({
174174
frameInitialized: true,
175175
});

0 commit comments

Comments
 (0)