logs
This commit is contained in:
parent
c3ef77b767
commit
b1147aa140
|
@ -96,8 +96,6 @@ const automationActions = (store: AutomationStore) => ({
|
||||||
destPath: BranchPath[],
|
destPath: BranchPath[],
|
||||||
automation: Automation
|
automation: Automation
|
||||||
) => {
|
) => {
|
||||||
console.log(sourcePath)
|
|
||||||
console.log(destPath)
|
|
||||||
// The last part of the source node address, containing the id.
|
// The last part of the source node address, containing the id.
|
||||||
const pathSource = sourcePath.at(-1)
|
const pathSource = sourcePath.at(-1)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue