mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-06 22:47:11 -04:00
Removed unnessesary code
Removed the console.log() from char(hex)
This commit is contained in:
parent
53661c372c
commit
46455bb493
1 changed files with 0 additions and 1 deletions
|
@ -82,7 +82,6 @@ var ByteRepr = {
|
||||||
var data = input.replace(/cha?r\((\d{1,3})\)/ig,
|
var data = input.replace(/cha?r\((\d{1,3})\)/ig,
|
||||||
function(match, p1) {
|
function(match, p1) {
|
||||||
if (p1) {
|
if (p1) {
|
||||||
console.log(p1);
|
|
||||||
return Utils.byteArrayToChars([parseInt(p1)]);
|
return Utils.byteArrayToChars([parseInt(p1)]);
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue