emove debug console logs.
This commit is contained in:
@@ -1074,7 +1074,6 @@ const AngularWorkflow = (defaultprops) => {
|
|||||||
// Special multi-workflow edgecase handler for events
|
// Special multi-workflow edgecase handler for events
|
||||||
if (distributedFromParent === "" && suborgWorkflows === []) {
|
if (distributedFromParent === "" && suborgWorkflows === []) {
|
||||||
} else {
|
} else {
|
||||||
console.log("here");
|
|
||||||
if (cy !== undefined && cy !== null) {
|
if (cy !== undefined && cy !== null) {
|
||||||
cy.removeListener("select");
|
cy.removeListener("select");
|
||||||
cy.removeListener("unselect");
|
cy.removeListener("unselect");
|
||||||
|
|||||||
Reference in New Issue
Block a user