Skip to content

Commit 89e0e17

Browse files
committed
Remove commented-out line as suggested
1 parent cddeadc commit 89e0e17

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Rubberduck.Core/UI/CodeExplorer/Commands/ExportCommand.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ public bool PromptFileNameAndExport(QualifiedModuleName qualifiedModule)
101101
var component = ProjectsProvider.Component(qualifiedModule);
102102
try
103103
{
104-
//var path = Path.GetDirectoryName(dialog.FileName);
105104
var path = dialog.FileName; // This makes it that the file is named not as the module name, but as the file name the user provided in the explorer.
106105
component.ExportAsSourceFile(path, false, true); // skipped optional parameters interfere with mock setup
107106
}

0 commit comments

Comments
 (0)