File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
packages/app/src/app/components/CodeEditor/VSCode Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ class MonacoEditor extends React.Component<Props, State> implements Editor {
238238 } ;
239239
240240 provideDocumentFormattingEdits = ( model , options , token ) =>
241- console . log ( 'prettify' ) || prettify (
241+ prettify (
242242 model . uri . fsPath ,
243243 ( ) => model . getValue ( ) ,
244244 this . getPrettierConfig ( ) ,
@@ -281,8 +281,6 @@ class MonacoEditor extends React.Component<Props, State> implements Editor {
281281 monaco . languages . registerDocumentFormattingEditProvider ( 'markdown' , this ) ;
282282 monaco . languages . registerDocumentFormattingEditProvider ( 'json' , this ) ;
283283
284- console . log ( 'hey' ) ;
285-
286284 // eslint-disable-next-line no-underscore-dangle
287285 window . CSEditor = {
288286 editor : this . editor ,
You can’t perform that action at this time.
0 commit comments