Skip to content

Commit 9133488

Browse files
Adrian, MehmkeAnthony Sneed
authored andcommitted
remove commented code
1 parent ea06400 commit 9133488

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

src/EntityFrameworkCore.Scaffolding.Handlebars/CSharpTemplateLanguageService.cs

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -69,38 +69,6 @@ public Dictionary<string, TemplateFileInfo> GetEntitiesTemplateFileInfo(ITemplat
6969
FileName = Constants.EntityTypeTemplate + Constants.TemplateExtension
7070
}
7171
},
72-
//{
73-
// Constants.EntityTypeImportTemplate,
74-
// new TemplateFileInfo
75-
// {
76-
// RelativeDirectory = Constants.CSharpTemplateDirectories.EntityTypePartialsDirectory,
77-
// FileName = Constants.EntityTypeImportTemplate + Constants.TemplateExtension
78-
// }
79-
//},
80-
//{
81-
// Constants.EntityTypeCtorTemplate,
82-
// new TemplateFileInfo
83-
// {
84-
// RelativeDirectory = Constants.CSharpTemplateDirectories.EntityTypePartialsDirectory,
85-
// FileName = Constants.EntityTypeCtorTemplate + Constants.TemplateExtension
86-
// }
87-
//},
88-
//{
89-
// Constants.EntityTypePropertyTemplate,
90-
// new TemplateFileInfo
91-
// {
92-
// RelativeDirectory = Constants.CSharpTemplateDirectories.EntityTypePartialsDirectory,
93-
// FileName = Constants.EntityTypePropertyTemplate + Constants.TemplateExtension
94-
// }
95-
//},
96-
//{
97-
// Constants.EntityTypePropertyTemplate + "item" ,
98-
// new TemplateFileInfo
99-
// {
100-
// RelativeDirectory = Constants.CSharpTemplateDirectories.EntityTypePartialsDirectory,
101-
// FileName = Constants.EntityTypePropertyTemplate + "item" + Constants.TemplateExtension
102-
// }
103-
//},
10472
};
10573

10674
foreach(var file in fileService.RetrieveAllFileNames(Constants.CSharpTemplateDirectories.EntityTypePartialsDirectory))
@@ -112,8 +80,6 @@ public Dictionary<string, TemplateFileInfo> GetEntitiesTemplateFileInfo(ITemplat
11280
});
11381
}
11482

115-
116-
//EntityFrameworkCore.Scaffolding.Handlebars.FileService.
11783
return result;
11884
}
11985
}

0 commit comments

Comments
 (0)