Skip to content

Commit

Permalink
Extra print
Browse files Browse the repository at this point in the history
  • Loading branch information
Alek Petuskey committed Dec 20, 2023
1 parent 93edcf2 commit ebb12e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions reflex/utils/telemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,9 @@ def send(event: str, telemetry_enabled: bool | None = None) -> bool:

# Return if telemetry is disabled.
if not telemetry_enabled:
print("Telemetry is disabled.")
return False

try:
print("Sending telemetry...")
with open(constants.Dirs.REFLEX_JSON) as f:
reflex_json = json.load(f)
distinct_id = reflex_json["project_hash"]
Expand Down

0 comments on commit ebb12e3

Please sign in to comment.