Skip to content

Commit 038d709

Browse files
committed
Tools are disabled by default if not enabled in config, so there is no need to disable it explicitly
1 parent 8339da0 commit 038d709

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/MigrationTools/Tools/ExportWorkItemMappingToolOptions.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ namespace MigrationTools.Tools;
77
/// </summary>
88
public class ExportWorkItemMappingToolOptions : ToolOptions
99
{
10-
public ExportWorkItemMappingToolOptions()
11-
{
12-
Enabled = false;
13-
}
14-
1510
/// <summary>
1611
/// Path to file, where work item mapping will be saved.
1712
/// </summary>

0 commit comments

Comments
 (0)