mirror of
https://github.com/trycua/computer.git
synced 2026-01-05 21:09:58 -06:00
Remove unused method
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user