Skip to content

Commit c65ab21

Browse files
author
sakuraash
committed
remove log
1 parent 2453c10 commit c65ab21

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

app/components/MonacoEditor/LanguageClientState.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

app/components/MonacoEditor/MonacoReact/BaseEditor.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

app/settings.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)