cleanup console.log

pull/5370/head
Joseph Izang 6 months ago
parent d891ce5972
commit 66b8a00a21
  1. 2
      libs/remix-ui/run-tab/src/lib/components/universalDappUI.tsx

@ -39,7 +39,7 @@ export function UniversalDappUI(props: UdappProps) {
} }
return [version, parseFloat(version.slice(1))] return [version, parseFloat(version.slice(1))]
} }
console.log('getVersion', getVersion()[1])
return ( return (
<div className="d-flex flex-row justify-content-between mt-2"> <div className="d-flex flex-row justify-content-between mt-2">
<div className="py-2 border-top d-flex justify-content-start flex-grow-1"> <div className="py-2 border-top d-flex justify-content-start flex-grow-1">

Loading…
Cancel
Save