Revert "add console.log for post"

This reverts commit dd960aa5f0.
This commit is contained in:
Maidul Islam
2023-01-28 11:17:09 -08:00
parent 8a9e05b08f
commit 233a468127

View File

@@ -5,9 +5,6 @@ import posthog from 'posthog-js';
import { ENV, POSTHOG_API_KEY, POSTHOG_HOST } from '../utilities/config';
export const initPostHog = () => {
/* eslint-disable no-console */
console.log("Hello World")
/* eslint-enable no-console */
try {
if (typeof window !== 'undefined') {
// @ts-ignore