mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
remove console.log
This commit is contained in:
parent
4f62205599
commit
ee0f411c24
@ -15,8 +15,6 @@ export default function Navigation(): ReactElement {
|
||||
const isSuccessMetadata = errors.metadata === undefined
|
||||
const isSuccessServices = errors.services === undefined
|
||||
|
||||
console.log(errors.services)
|
||||
|
||||
return (
|
||||
<nav className={styles.navigation}>
|
||||
<ol>
|
||||
|
@ -17,7 +17,6 @@ export default function PageProfile(): ReactElement {
|
||||
// Have accountId in path take over, if not present fall back to web3
|
||||
useEffect(() => {
|
||||
async function init() {
|
||||
console.log(router)
|
||||
if (!router?.asPath) return
|
||||
|
||||
// Path is root /profile, have web3 take over
|
||||
|
Loading…
Reference in New Issue
Block a user