Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
attente committed Apr 15, 2024
1 parent e4ee458 commit 803c136
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { ChainId, NetworkType } from '@0xsequence/network'
import { ERC_20_ABI } from './constants/abi'
import { Console } from './components/Console'
import { Group } from './components/Group'
import { getDefaultChainId, saveDefaultChainId } from './helpers'
import { getDefaultChainId } from './helpers'
import logoUrl from './images/logo.svg'
import skyweaverBannerUrl from './images/skyweaver-banner.png'
import skyweaverBannerLargeUrl from './images/skyweaver-banner-large.png'
Expand Down Expand Up @@ -902,10 +902,6 @@ And that has made all the difference.
setConsoleLoading(true)
}

interface AddNewConsoleLineOptions {
logMessage?: boolean
}

const consoleWelcomeMessage = () => {
setConsoleLoading(false)

Expand Down

0 comments on commit 803c136

Please sign in to comment.