debug print
This commit is contained in:
parent
8a925769bb
commit
e6fbb44f2a
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ class DataType():
|
|||
|
||||
def encode_to_buffer(self, value):
|
||||
encoder = BinaryPayloadBuilder(byteorder=Endian.BIG, wordorder=Endian.BIG)
|
||||
print(type(value))
|
||||
self._add(encoder, value)
|
||||
return encoder.build()
|
||||
|
||||
|
|
Loading…
Reference in a new issue