Skip to content

Commit 024cddb

Browse files
committed
remove code
1 parent c13e4d5 commit 024cddb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

libs/web-flow-executor/src/nodes/scoped-variable.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -338,10 +338,6 @@ export const getScopedVariable =
338338
return getDefaultValue();
339339
}
340340
};
341-
function getLabel(description: string) {
342-
const variableScopeType = isGlobal ? 'global' : 'scope dependent';
343-
return `${description} (${variableScopeType})`;
344-
}
345341

346342
function getLabelAsHtml(description: string) {
347343
const variableScopeType = isGlobal ? 'global' : 'scope dependent';

0 commit comments

Comments
 (0)