Remove accidental debug log

This commit is contained in:
Jordan Eldredge 2019-09-19 21:16:14 -07:00
parent e21d79dad8
commit 6d64eb99c0

View file

@ -288,7 +288,6 @@ function parseComand({ start, makiFile, length }) {
length > pos + 5 + 4 &&
makiFile.peekUInt32LE() >= 0xffff0000
) {
console.log("STACK PROTECTION");
makiFile.readUInt32LE();
}