mirror of
https://github.com/gchq/CyberChef
synced 2025-12-17 16:53:45 +00:00
ESM: Tidied up FlowControl ops
This commit is contained in:
@@ -33,8 +33,6 @@ class Comment extends Operation {
|
||||
}
|
||||
|
||||
/**
|
||||
* Comment operation.
|
||||
*
|
||||
* @param {Object} state - The current state of the recipe.
|
||||
* @param {number} state.progress - The current position in the recipe.
|
||||
* @param {Dish} state.dish - The Dish being operated on.
|
||||
@@ -43,7 +41,6 @@ class Comment extends Operation {
|
||||
*/
|
||||
run(state) {
|
||||
return state;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user