diff --git a/src/Microsoft.AspNet.Mvc.Core/Logging/ActionConstraintValues.cs b/src/Microsoft.AspNet.Mvc.Core/Logging/ActionConstraintValues.cs
index 92f603bb72..1ad5791587 100644
--- a/src/Microsoft.AspNet.Mvc.Core/Logging/ActionConstraintValues.cs
+++ b/src/Microsoft.AspNet.Mvc.Core/Logging/ActionConstraintValues.cs
@@ -47,10 +47,5 @@ namespace Microsoft.AspNet.Mvc.Logging
/// Whether the action constraint is an .
///
public bool IsFactory { get; }
-
- public override string Format()
- {
- return LogFormatter.FormatLogValues(this);
- }
}
}
\ No newline at end of file
diff --git a/src/Microsoft.AspNet.Mvc.Core/Logging/ActionDescriptorValues.cs b/src/Microsoft.AspNet.Mvc.Core/Logging/ActionDescriptorValues.cs
index d02e1d55fc..bd0c719dda 100644
--- a/src/Microsoft.AspNet.Mvc.Core/Logging/ActionDescriptorValues.cs
+++ b/src/Microsoft.AspNet.Mvc.Core/Logging/ActionDescriptorValues.cs
@@ -117,10 +117,5 @@ namespace Microsoft.AspNet.Mvc.Logging
/// See .
///
public TypeInfo ControllerTypeInfo { get; }
-
- public override string Format()
- {
- return LogFormatter.FormatLogValues(this);
- }
}
}
\ No newline at end of file
diff --git a/src/Microsoft.AspNet.Mvc.Core/Logging/ActionModelValues.cs b/src/Microsoft.AspNet.Mvc.Core/Logging/ActionModelValues.cs
index 6b89f81126..47d841d333 100644
--- a/src/Microsoft.AspNet.Mvc.Core/Logging/ActionModelValues.cs
+++ b/src/Microsoft.AspNet.Mvc.Core/Logging/ActionModelValues.cs
@@ -91,10 +91,5 @@ namespace Microsoft.AspNet.Mvc.Logging
/// Gets the set of properties associated with the action .
///
public IDictionary