File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,6 @@ export class LanguageClient {
186186 this . client . sendRequest ( JAVA_CLASS_PATH_REQUEST , params )
187187
188188 fetchOmnisharpMetadata = params => {
189- console . log ( params )
190189 return this . client . sendRequest ( OMNISHARP_METADATA , params )
191190 }
192191
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ class MonacoEditor extends React.PureComponent {
2929 let { editorInfo } = props
3030 if ( ! editorInfo ) editorInfo = new EditorInfo ( )
3131 const fileExt = editorInfo . filePath ? editorInfo . filePath . split ( '.' ) . pop ( ) : ''
32- console . log ( fileExt )
3332 this . language = findLangueByExt ( fileExt ) ? findLangueByExt ( fileExt ) . language : ''
3433 this . editor = editorInfo
3534 this . editorElement = editorInfo . monacoElement
Original file line number Diff line number Diff line change @@ -421,7 +421,6 @@ const settings = observable({
421421 confirmCallBack ( [ lang , path ] ) {
422422 const prevFolder = config . _ROOT_URI_
423423 const prevLang = config . mainLanguage
424- console . log ( lang )
425424 config . mainLanguage = lang
426425 if ( path !== '/' ) {
427426 config . _WORKSPACE_SUB_FOLDER_ = path
You can’t perform that action at this time.
0 commit comments