mirror of
https://github.com/trycua/computer.git
synced 2026-05-01 04:30:50 -05:00
Remove unused code
This commit is contained in:
@@ -2,11 +2,8 @@
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import json
|
||||
import logging
|
||||
import os
|
||||
import random
|
||||
import time
|
||||
import uuid
|
||||
import sys
|
||||
from dataclasses import dataclass
|
||||
@@ -69,7 +66,6 @@ class PostHogTelemetryClient:
|
||||
self.installation_id = self._get_or_create_installation_id()
|
||||
self.initialized = False
|
||||
self.queued_events: List[Dict[str, Any]] = []
|
||||
self.start_time = time.time()
|
||||
|
||||
# Log telemetry status on startup
|
||||
if self.config.enabled:
|
||||
|
||||
Reference in New Issue
Block a user