Remove outdated comment

This commit is contained in:
Sipke Schoorstra 2021-04-29 21:20:48 +02:00
parent bc3cf0898b
commit 178a408668

View file

@ -62,9 +62,6 @@ export class ElsaWorkflowDefinitionEditorScreen {
this.imported = false;
this.networkError = null;
// A small hack to make sure JS Plumb is cleaned up before HTML elements get removed.
// await this.designer.destroyJsPlumb();
try {
const workflowDefinition = await client.workflowDefinitionsApi.import(this.workflowDefinition.definitionId, file);
this.workflowDefinition = workflowDefinition;