mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-02 06:01:02 +01:00
Removed debug code
This commit is contained in:
parent
877ab57f0a
commit
ab7cc878c3
@ -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…
Reference in New Issue
Block a user