Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Damien Picard committed Apr 6, 2021
1 parent 37a6e48 commit dfecdc2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion py34/bacpypes/service/cov.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit dfecdc2

Please sign in to comment.