Skip to content

Commit

Permalink
Remove unnecessary logging statement.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 671081068
  • Loading branch information
Chris Rawles authored and The android_world Authors committed Sep 4, 2024
1 parent 83c125e commit 90abf85
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions android_world/env/representation_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
import dataclasses
from typing import Any, Optional

from absl import logging


@dataclasses.dataclass
class BoundingBox:
Expand Down Expand Up @@ -151,9 +149,6 @@ def forest_to_ui_elements(
Returns:
The extracted UI elements.
"""

logging.info('Converting forest to UI Elements.')

elements = []
for window in forest.windows:
for node in window.tree.nodes:
Expand Down

0 comments on commit 90abf85

Please sign in to comment.