Skip to content

Commit 08184a9

Browse files
committed
linting
1 parent ef922c5 commit 08184a9

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

apps/remix-ide/src/app/plugins/parser/services/code-parser-compiler.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ export default class CodeParserCompiler {
141141
this.compiler.set('useFileConfiguration', true)
142142
this.compiler.set('compilerRetriggerMode', CompilerRetriggerMode.retrigger)
143143

144-
145144
const configFileContent =
146145
state.useFileConfiguration ?
147146
state.configFileContent :

libs/remix-ui/solidity-compiler/src/lib/logic/compileTabLogic.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ export class CompileTabLogic {
9595
async getCompilerState () {
9696
await this.setCompilerMappings()
9797
await this.setCompilerConfigContent()
98-
console.log('getCompilerState', this.compiler)
9998
return this.compiler.state
10099
}
101100

libs/remix-ui/solidity-compiler/src/lib/reducers/compiler.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export const compilerInitialState = {
1414
}
1515

1616
export const compilerReducer = (state = compilerInitialState, action: Action) => {
17-
console.log('compilerReducer', action)
1817
switch (action.type) {
1918
case 'SET_COMPILER_MODE': {
2019
return {

0 commit comments

Comments
 (0)