Skip to content

Commit

Permalink
doc: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
hetd54 authored May 1, 2023
1 parent 6fedf2d commit 418664a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions packages/project-portal-content-netlify/src/cms/cms-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,4 @@ if (typeof window !== 'undefined') {
)
}

// Log netlifySiteURL if editing on localhost
if (
window.location.hostname === 'localhost' &&
window.localStorage.getItem('netlifySiteURL')
) {
console.log(
`%cnetlifySiteURL: ${window.localStorage.getItem('netlifySiteURL')}`,
'color: hotpink; font-size: 15px'
)
}
}

0 comments on commit 418664a

Please sign in to comment.