Remove unused comments and logs

pull/4529/head
ioedeveloper 8 months ago
parent cfafccd079
commit e2a4e79319
  1. 1
      apps/remix-ide/src/blockchain/blockchain.tsx
  2. 1
      apps/remix-ide/src/blockchain/execution-context.js

@ -135,7 +135,6 @@ export class Blockchain extends Plugin {
setupEvents() {
this.executionContext.event.register('contextChanged', async (context) => {
console.log('context changed', context)
// reset environment to last known state of the context
await this.loadContext(context)
this._triggerEvent('contextChanged', [context])

@ -207,7 +207,6 @@ export class ExecutionContext {
}
async getStateDetails() {
// TODO: this won't save the state for transactions executed outside of the UI (for instance from a script execution).
const db = await this.web3().remix.getStateDb()
const blocksData = await this.web3().remix.getBlocksData()
const state = {

Loading…
Cancel
Save