mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 07:16:17 -04:00
Removed console.log
This commit is contained in:
parent
1d32a5939c
commit
b14cb99587
1 changed files with 0 additions and 2 deletions
|
@ -63,8 +63,6 @@ class ParseUDP extends Operation {
|
||||||
* @returns {html}
|
* @returns {html}
|
||||||
*/
|
*/
|
||||||
present(data) {
|
present(data) {
|
||||||
// const currentRecipeConfig = this.state.opList.map(op => op.config);
|
|
||||||
// console.log(currentRecipeConfig);
|
|
||||||
const html = [];
|
const html = [];
|
||||||
html.push("<table class='table table-hover table-sm table-bordered' style='table-layout: fixed'>");
|
html.push("<table class='table table-hover table-sm table-bordered' style='table-layout: fixed'>");
|
||||||
html.push("<tr>");
|
html.push("<tr>");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue