mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Remove stray debug tracing.
This commit is contained in:
@@ -205,7 +205,6 @@ std::unique_ptr<Fluxmap> IbmEncoder::encode(
|
||||
|
||||
Bytes truncatedData = sectorData->data.slice(0, _parameters.sectorSize);
|
||||
bw += truncatedData;
|
||||
hexdump(std::cout, data.slice(0, 64));
|
||||
uint16_t crc = crc16(CCITT_POLY, data);
|
||||
bw.write_be16(crc);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user