Skip to content

Commit

Permalink
Remove unused comments and logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ioedeveloper committed Mar 12, 2024
1 parent cfafccd commit e2a4e79
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion apps/remix-ide/src/blockchain/blockchain.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
1 change: 0 additions & 1 deletion apps/remix-ide/src/blockchain/execution-context.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit e2a4e79

Please sign in to comment.