Skip to content

Commit

Permalink
cleanup console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
joeizang committed Jun 7, 2024
1 parent 46a8176 commit 38ab598
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function UniversalDappUI(props: UdappProps) {
}
return [version, parseFloat(version.slice(1))]
}
console.log('getVersion', getVersion()[1])

return (
<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">
Expand Down

0 comments on commit 38ab598

Please sign in to comment.