Skip to content

Commit

Permalink
remove logger
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin committed Mar 13, 2024
1 parent 53e8068 commit f8c114d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ee/session_recordings/ai/error_clustering.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
from prometheus_client import Histogram
from django.conf import settings
from structlog import get_logger
from posthog.clickhouse.client import sync_execute
from posthog.models.team import Team
from sklearn.cluster import DBSCAN
import pandas as pd

logger = get_logger(__name__)

CLUSTER_REPLAY_ERRORS_TIMING = Histogram(
"posthog_session_recordings_cluster_replay_errors",
"Time spent clustering the embeddings of replay errors",
Expand Down

0 comments on commit f8c114d

Please sign in to comment.