Skip to content

Commit

Permalink
Remove accidental memory usage debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamaTheHutt committed Oct 19, 2020
1 parent 76c1ff1 commit 457160d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions telldus/src/telldus/Device.py
Expand Up @@ -577,8 +577,6 @@ def setState(self, state, stateValue=None, ack=None, origin=None,
request can be sent back to, and recognized/matched by, the callee, if the call has
been mangled on the way.
"""
logging.warning("Should call size")
self.printSize() # don't know where to do this...

if stateValue is None:
stateValue = ''
Expand Down

0 comments on commit 457160d

Please sign in to comment.