remove chatty console log.

This commit is contained in:
Dan 2023-05-03 10:11:54 -04:00
parent 7e67640620
commit da0e2480e4
1 changed files with 0 additions and 1 deletions

View File

@ -196,7 +196,6 @@ export default function TaskShow() {
};
const handleSignalSubmit = (event: EventDefinition) => {
console.log('Signal Event ', event);
if (disabled || !task) {
return;
}