mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 07:16:17 -04:00
Removed debug code
This commit is contained in:
parent
877ab57f0a
commit
ab7cc878c3
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@ RecipeWaiter.prototype.setRegisters = function(opIndex, numPrevRegisters, regist
|
|||
|
||||
// Remove previous div
|
||||
if (prevRegList) prevRegList.remove();
|
||||
window.Utils = Utils;
|
||||
|
||||
let registerList = [];
|
||||
for (let i = 0; i < registers.length; i++) {
|
||||
registerList.push(`$R${numPrevRegisters + i} = ${Utils.escapeHtml(Utils.truncate(Utils.printable(registers[i]), 100))}`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue