Skip to content

Commit 001ac6b

Browse files
committed
Remove extra lines
1 parent b605d92 commit 001ac6b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/commands/appSettings/connectionSettings/durableTaskScheduler/DTSConnectionSetSettingStep.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ export class DTSConnectionSetSettingStep<T extends IDTSConnectionWizardContext |
4343
} else {
4444
// No further action required
4545
}
46-
47-
context.newDTSConnectionSettingValue = newDTSConnectionSettingValue;
48-
context.valuesToMask.push(context.newDTSConnectionSettingValue);
4946
}
5047

5148
public shouldExecute(context: T): boolean {

0 commit comments

Comments
 (0)