Skip to content

Commit 21bb730

Browse files
authored
Remove leftover debug prints from tests (#258)
1 parent 8e655b6 commit 21bb730

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_adv_parser.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1599,9 +1599,6 @@ def test_meter_pro_passive() -> None:
15991599
rssi=-67,
16001600
)
16011601
result = parse_advertisement_data(ble_device, adv_data, SwitchbotModel.METER_PRO)
1602-
import pprint
1603-
1604-
pprint.pprint(result)
16051602
assert result == SwitchBotAdvertisement(
16061603
address="aa:bb:cc:dd:ee:ff",
16071604
data={

0 commit comments

Comments
 (0)