We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eecfa01 commit 55e54c0Copy full SHA for 55e54c0
src/browser/services/preview-optin-service.ts
@@ -6,7 +6,5 @@ const notOptedOutOfPreview = (): boolean => {
6
}
7
8
export const optedInByLocalhost = (): boolean => {
9
- console.log('notOptedOutOfPreview', notOptedOutOfPreview())
10
- console.log('window.location.hostname', window.location.hostname)
11
return notOptedOutOfPreview() && window.location.hostname === 'localhost'
12
0 commit comments