1
0
mirror of https://github.com/JoelBender/bacpypes synced 2025-09-28 22:15:23 +08:00

a wayward bit of cruft

This commit is contained in:
Joel Bender 2015-11-18 02:01:59 -05:00
parent 539e199470
commit 4e8fa3b77a

View File

@ -129,8 +129,6 @@ def closing_tag_statement(value):
return ClosingTag(int(value))
statement(ExtendedTagList.null_tag_statement, 'null', ''),
@statement(r"null")
def null_statement(value):
if _debug: ExtendedTagList._debug("null_statement %r", value)