cleanup console logs

pull/5370/head
Joseph Izang 9 months ago
parent 9fda9d2404
commit 0f7d9fd150
  1. 3
      libs/remix-ui/run-tab/src/lib/components/universalDappUI.tsx

@ -32,11 +32,10 @@ export function UniversalDappUI(props: UdappProps) {
let version = ''
try {
version = window.location.href.split('=')[5].split('+')[0].split('-')[1]
console.log('try part to see what version is', version)
} catch {
version = window.location.href.split('=')[5].split('+')[0].split('-')[1]
console.log('there was an error so retrying. lets see what version is now', version)
}
return version
}
useEffect(() => {
if (!props.instance.abi) {

Loading…
Cancel
Save