mirror of
https://github.com/danbulant/node-x11
synced 2026-07-05 03:00:42 +00:00
debug output removed
This commit is contained in:
parent
b7a6c8b190
commit
9f8251c4a7
1 changed files with 0 additions and 2 deletions
2
examples/vncviewer/d3des.js
vendored
2
examples/vncviewer/d3des.js
vendored
|
|
@ -372,8 +372,6 @@ function desfunc(block, keys)
|
||||||
right ^= (work << 4);
|
right ^= (work << 4);
|
||||||
block[0] = right;
|
block[0] = right;
|
||||||
block[1] = leftt;
|
block[1] = leftt;
|
||||||
|
|
||||||
console.log([block, keys]);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue