Skip to content

Commit cbade5a

Browse files
authored
Update src/python_testing/TC_DeviceBasicComposition.py
1 parent d3b282e commit cbade5a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/python_testing/TC_DeviceBasicComposition.py

-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ def standard_attribute(cls) -> bool:
196196
except KeyError:
197197
attr_ret = None
198198

199-
print(attr_ret)
200199

201200
error_type_ok = attr_ret is not None and isinstance(
202201
attr_ret, Clusters.Attribute.ValueDecodeFailure) and isinstance(attr_ret.Reason, InteractionModelError)

0 commit comments

Comments
 (0)