mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-06-02 19:23:35 -07:00
Cleanup
This commit is contained in:
@@ -618,11 +618,6 @@ class Transport:
|
|||||||
# Send it
|
# Send it
|
||||||
interface.processOutgoing(masked_raw)
|
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:
|
else:
|
||||||
interface.processOutgoing(raw)
|
interface.processOutgoing(raw)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user