remove log

This commit is contained in:
Peter Clement 2023-06-28 16:37:17 +01:00
parent 8c7657a1b6
commit 61853e447f
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@
NEW: "new",
EXISTING: "existing",
}
$: console.log(parameters.fields)
let automationStatus = parameters.automationId
? AUTOMATION_STATUS.EXISTING
: AUTOMATION_STATUS.NEW