Skip to content

Commit 55e54c0

Browse files
committed
removes console logging
1 parent eecfa01 commit 55e54c0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/browser/services/preview-optin-service.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,5 @@ const notOptedOutOfPreview = (): boolean => {
66
}
77

88
export const optedInByLocalhost = (): boolean => {
9-
console.log('notOptedOutOfPreview', notOptedOutOfPreview())
10-
console.log('window.location.hostname', window.location.hostname)
119
return notOptedOutOfPreview() && window.location.hostname === 'localhost'
1210
}

0 commit comments

Comments
 (0)