Skip to content

Commit 430c758

Browse files
committed
Remove print()
1 parent 89c8fae commit 430c758

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

luftdaten/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ async def async_get_data(self):
5353
sensor_data = sorted(
5454
data, key=lambda timestamp: timestamp['timestamp'],
5555
reverse=True)[0]
56-
print(sensor_data)
56+
5757
for entry in sensor_data['sensordatavalues']:
5858
for measurement in self.values.keys():
5959
if measurement == entry['value_type']:

0 commit comments

Comments
 (0)