diff --git a/src/Umbraco.ModelsBuilder/Building/Builder.cs b/src/Umbraco.ModelsBuilder/Building/Builder.cs
index fd5eccde5b..1d14155d62 100644
--- a/src/Umbraco.ModelsBuilder/Building/Builder.cs
+++ b/src/Umbraco.ModelsBuilder/Building/Builder.cs
@@ -57,7 +57,7 @@ namespace Umbraco.ModelsBuilder.Building
///
/// Gets the list of models to generate.
///
- /// The models to generate, ie those that are not ignored.
+ /// The models to generate
public IEnumerable GetModelsToGenerate()
{
return _typeModels;
@@ -102,10 +102,6 @@ namespace Umbraco.ModelsBuilder.Building
///
/// Prepares generation by processing the result of code parsing.
///
- ///
- /// Preparation includes figuring out from the existing code which models or properties should
- /// be ignored or renamed, etc. -- anything that comes from the attributes in the existing code.
- ///
private void Prepare()
{
TypeModel.MapModelTypes(_typeModels, ModelsNamespace);