remove chatty console log.
This commit is contained in:
parent
0285fe5b85
commit
546f941e96
|
@ -196,7 +196,6 @@ export default function TaskShow() {
|
|||
};
|
||||
|
||||
const handleSignalSubmit = (event: EventDefinition) => {
|
||||
console.log('Signal Event ', event);
|
||||
if (disabled || !task) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue