File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
apps/remix-ide/src/app/plugins/parser/services
libs/remix-ui/solidity-compiler/src/lib Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,6 @@ export default class CodeParserCompiler {
141
141
this . compiler . set ( 'useFileConfiguration' , true )
142
142
this . compiler . set ( 'compilerRetriggerMode' , CompilerRetriggerMode . retrigger )
143
143
144
-
145
144
const configFileContent =
146
145
state . useFileConfiguration ?
147
146
state . configFileContent :
Original file line number Diff line number Diff line change @@ -95,7 +95,6 @@ export class CompileTabLogic {
95
95
async getCompilerState ( ) {
96
96
await this . setCompilerMappings ( )
97
97
await this . setCompilerConfigContent ( )
98
- console . log ( 'getCompilerState' , this . compiler )
99
98
return this . compiler . state
100
99
}
101
100
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ export const compilerInitialState = {
14
14
}
15
15
16
16
export const compilerReducer = ( state = compilerInitialState , action : Action ) => {
17
- console . log ( 'compilerReducer' , action )
18
17
switch ( action . type ) {
19
18
case 'SET_COMPILER_MODE' : {
20
19
return {
You can’t perform that action at this time.
0 commit comments