mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 17:47:16 +00:00
Remove accidental debug log
This commit is contained in:
parent
e21d79dad8
commit
6d64eb99c0
1 changed files with 0 additions and 1 deletions
|
|
@ -288,7 +288,6 @@ function parseComand({ start, makiFile, length }) {
|
|||
length > pos + 5 + 4 &&
|
||||
makiFile.peekUInt32LE() >= 0xffff0000
|
||||
) {
|
||||
console.log("STACK PROTECTION");
|
||||
makiFile.readUInt32LE();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue