Remove unused method

This commit is contained in:
James Murdza
2025-08-11 09:50:33 -04:00
parent c124f04ca0
commit 2b29878d28

View File

@@ -45,12 +45,6 @@ class TelemetryConfig:
enabled=not telemetry_disabled,
)
def to_dict(self) -> Dict[str, Any]:
"""Convert config to dictionary."""
return {
"enabled": self.enabled,
}
def get_posthog_config() -> dict:
"""Get PostHog configuration for anonymous telemetry.