mirror of
https://github.com/JoelBender/bacpypes
synced 2025-09-28 22:15:23 +08:00
wandering sys.stderr.write commented out
This commit is contained in:
parent
2bdfcae2bf
commit
a6e035d5ee
|
@ -472,7 +472,7 @@ class Atomic(object):
|
|||
return (self.value < other.value)
|
||||
|
||||
def __eq__(self, other):
|
||||
sys.stderr.write("__eq__ %r %r\n" % (self, other))
|
||||
# sys.stderr.write("__eq__ %r %r\n" % (self, other))
|
||||
|
||||
# hoop jump it
|
||||
if not isinstance(other, self.__class__):
|
||||
|
|
Loading…
Reference in New Issue
Block a user