mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +00:00
Removed console.log
This commit is contained in:
@@ -63,8 +63,6 @@ class ParseUDP extends Operation {
|
||||
* @returns {html}
|
||||
*/
|
||||
present(data) {
|
||||
// const currentRecipeConfig = this.state.opList.map(op => op.config);
|
||||
// console.log(currentRecipeConfig);
|
||||
const html = [];
|
||||
html.push("<table class='table table-hover table-sm table-bordered' style='table-layout: fixed'>");
|
||||
html.push("<tr>");
|
||||
|
||||
Reference in New Issue
Block a user