Skip to content

Commit 3242821

Browse files
committed
small cleaning
it seems that one print() was left in script. When set_device() was called it printed airswing in console.
1 parent 1bf8074 commit 3242821

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pcomfortcloud/apiclient.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ def set_device(self, device_id, **kwargs):
174174
fan_auto = fan_auto | 2
175175
else:
176176
fan_auto = fan_auto & ~2
177-
print(air_y.name)
178177
parameters['airSwingUD'] = air_y.value
179178

180179
if fan_auto == 3:

0 commit comments

Comments
 (0)