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

pull/33932/head
Carlos Gustavo Sarmiento 2020-04-09 12:37:53 -07:00 committed by Paulus Schoutsen
parent 8259a5a71f
commit 3331b81b64
1 changed files with 0 additions and 2 deletions

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(