1
mirror of https://github.com/home-assistant/core synced 2024-10-01 05:30:36 +02:00

Remove print() from Bayesian Binary Sensor (#33916)

This commit is contained in:
Carlos Gustavo Sarmiento 2020-04-09 12:37:53 -07:00 committed by GitHub
parent f2fbe657c4
commit d510384c0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -298,8 +298,6 @@ class BayesianBinarySensor(BinarySensorDevice):
@property
def device_state_attributes(self):
"""Return the state attributes of the sensor."""
print(self.current_observations)
print(self.observations_by_entity)
return {
ATTR_OBSERVATIONS: list(self.current_observations.values()),
ATTR_OCCURRED_OBSERVATION_ENTITIES: list(