Skip to content

Commit

Permalink
remove unwanted print
Browse files Browse the repository at this point in the history
  • Loading branch information
rashidakanchwala committed Jul 23, 2024
1 parent aa33621 commit 8b5bb9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package/kedro_viz/integrations/kedro/telemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def get_heap_app_id(project_path: Path) -> Optional[str]:
) as telemetry_file: # pylint: disable: unspecified-encoding
telemetry = yaml.safe_load(telemetry_file)
if _is_valid_syntax(telemetry) and telemetry["consent"]:
print("Telemetry consent", telemetry["consent"])
return _get_heap_app_id()
return None

Expand Down

0 comments on commit 8b5bb9d

Please sign in to comment.