Skip to content

Commit 414a50f

Browse files
committed
linting fix
1 parent 650c540 commit 414a50f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

libs/remix-simulator/src/provider.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ export class Provider {
5454
pendingRequests: Array<any>
5555

5656
constructor (options: ProviderOptions = {} as ProviderOptions) {
57-
console.log(options)
5857
this.options = options
5958
this.connected = true
6059
this.vmContext = new VMContext(options['fork'], options['nodeUrl'], options['blockNumber'], options['stateDb'], options['blocks'])

libs/remix-ui/run-tab/src/lib/components/environment.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ export function EnvironmentUI(props: EnvironmentProps) {
126126
</CustomTooltip> }
127127
{ currentProvider && currentProvider.isVM && isSaveEvmStateChecked && <CustomTooltip placement={'auto-end'} tooltipClasses="text-wrap" tooltipId="deleteVMStatetooltip" tooltipText={<FormattedMessage id="udapp.resetVmStateTitle" />}>
128128
<span onClick={resetVmState} style={{ cursor: 'pointer', float: 'right', textTransform: 'none' }}>
129-
<i className="udapp_infoDeployAction ml-2 fas fa-refresh" data-id="delete-state-icon"></i>
130-
<span className="ml-1" style = {{textTransform: 'none', fontSize: '13px' }}>Reset State</span>
129+
<i className="udapp_infoDeployAction ml-2 fas fa-refresh" data-id="delete-state-icon"></i>
130+
<span className="ml-1" style = {{ textTransform: 'none', fontSize: '13px' }}>Reset State</span>
131131
</span>
132132
</CustomTooltip> }
133133
</label>

0 commit comments

Comments
 (0)