1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-06 00:13:33 +00:00

removed debug line

This commit is contained in:
Bryan Roe
2022-02-01 20:16:15 -08:00
parent 11d13ce251
commit 53064d3745
2 changed files with 1 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@@ -385,11 +385,6 @@ function read(path)
console.info1(' Minimum: ' + buffer.readUInt16LE(6));
console.info1(' General Purpose Flags: ' + buffer.readUInt16LE(8));
console.info1(' EFS: ' + efs);
if (efs)
{
console.info1(' => ' + namebuf.toString('hex'));
console.info1(' E6B8ACE8A9A6E69687E4BBB62E6C6F67');
}
console.info1(' Name: ' + name);
console.info1(' CRC-32 of Uncompressed data: ' + buffer.readUInt32LE(16));
console.info1(' Uncompressed Size: ' + buffer.readUInt32LE(24));