This commit is contained in:
Mark Qvist 2023-02-03 08:29:32 +01:00
parent 6fac96ec18
commit b92ddeccff
1 changed files with 0 additions and 5 deletions

View File

@ -618,11 +618,6 @@ class Transport:
# Send it
interface.processOutgoing(masked_raw)
# TODO: Remove
# RNS.log("Mask material : "+RNS.hexrep(mask_material), RNS.LOG_DEBUG)
# RNS.log("Before masking : "+RNS.hexrep(new_raw), RNS.LOG_DEBUG)
# RNS.log("After masking : "+RNS.hexrep(masked_raw), RNS.LOG_DEBUG)
else:
interface.processOutgoing(raw)