mirror of
https://github.com/logos-storage/constantine.git
synced 2026-01-08 16:13:14 +00:00
remove leftover debugEcho
This commit is contained in:
parent
05009f9407
commit
5f91751328
@ -260,7 +260,6 @@ func exportRawUintBE(
|
|||||||
# When requesting little-endian on little-endian platform
|
# When requesting little-endian on little-endian platform
|
||||||
# we can just copy each byte
|
# we can just copy each byte
|
||||||
# tail is inclusive
|
# tail is inclusive
|
||||||
debugEcho "tail: "
|
|
||||||
for i in 0 ..< tail:
|
for i in 0 ..< tail:
|
||||||
dst[tail-1-i] = toByte(lo shr (i*8))
|
dst[tail-1-i] = toByte(lo shr (i*8))
|
||||||
else: # TODO check this
|
else: # TODO check this
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user