1
0
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:
Matthias Kretschmann 2021-11-24 16:12:17 +00:00
parent 4f62205599
commit ee0f411c24
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 0 additions and 3 deletions

View File

@ -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>

View File

@ -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