Skip to content

Commit 8580e0a

Browse files
committed
analyzer: remove console logs
1 parent d99cb82 commit 8580e0a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web/src/editor/CodeEditor.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ export default class CodeEditor extends React.Component<any, CodeEditorState> {
5555
this._previousTimeout = setTimeout(() => {
5656
this._previousTimeout = null;
5757
this.analyzer?.analyzeCode(code).then(result => {
58-
console.log('got analysis', result);
5958
editor.setModelMarkers(
6059
this.editorInstance?.getModel() as editor.ITextModel,
6160
this.editorInstance?.getId() as string,

0 commit comments

Comments
 (0)