Remove commented line of code.

This commit is contained in:
Michael Yanni 2019-12-05 18:14:41 -08:00
Родитель b6061df150
Коммит dfeaff33c0
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -33,7 +33,6 @@ namespace AutoRest.CSharp.V3.Plugins
var fileName = Path.GetFileName(asset);
var outputPath = Path.Join("Generated", directory, fileName).Replace("\\", "/");
var contents = File.ReadAllText(asset);
//contents = contents.Replace("namespace Azure.Core", $"namespace {configuration.Namespace}");
await autoRest.WriteFile(outputPath, contents, "source-file-csharp");
}
}