1
0
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:
Joel Bender 2015-09-06 00:12:01 -04:00
parent 2bdfcae2bf
commit a6e035d5ee

View File

@ -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__):