cleanup console logs

pull/4841/head
Joseph Izang 6 months ago
parent bd5d6e6e24
commit 641267d69d
  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