Skip to content

Commit 77ffe0a

Browse files
committed
remove debug message
1 parent d0b564e commit 77ffe0a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/AnalyticsScripts.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ const useUserAnalytics = () => {
4040
const FullStoryScripts = () => {
4141
const fullstoryEnabled = process.env.NEXT_PUBLIC_ENABLE_FULLSTORY === "1" && process.env.NEXT_PUBLIC_FULLSTORY_ORG;
4242
const [session] = useSession();
43-
console.log('process.env.NEXT_PUBLIC_ENABLE_FULLSTORY->', process.env.NEXT_PUBLIC_ENABLE_FULLSTORY, process.env.NEXT_PUBLIC_FULLSTORY_ORG, fullstoryEnabled)
4443

4544
useEffect(() => {
4645
if (window && window.FS && session && session.user) {

0 commit comments

Comments
 (0)