4 Mar
2016
4 Mar
'16
9:05 a.m.
- # DEBUG
- #LOG.debug("<== (%d) bytes: %s" % (len(data), util.hexprint(data)))
I'd really rather not have code commented out wherever possible. I think that since this is debug it's probably okay to just leave it on, but if not, can you at least put a flag (or environment check) at the top and gate these on that flag?
--Dan