diff --git a/py34/bacpypes/service/cov.py b/py34/bacpypes/service/cov.py index b519f7a2..1eb9063d 100644 --- a/py34/bacpypes/service/cov.py +++ b/py34/bacpypes/service/cov.py @@ -692,7 +692,6 @@ def do_SubscribeCOVPropertyRequest(self, apdu): prop_id = apdu.monitoredPropertyIdentifier cov_inc = apdu.covIncrement - print("Dap: prop_id: {}, cov_inc: {}".format(prop_id,cov_inc)) # request is to cancel the subscription cancel_subscription = (confirmed is None) and (lifetime is None)