Removing redundant null logger after hosting fix

This commit is contained in:
John Luo 2016-01-13 12:14:38 -08:00
parent 70cee90186
commit 32bb324886
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ namespace Microsoft.AspNet.Mvc.FunctionalTests
var assemblyProvider = new StaticAssemblyProvider();
assemblyProvider.CandidateAssemblies.Add(startupAssembly);
services.AddSingleton<IAssemblyProvider>(assemblyProvider);
services.AddSingleton<ILoggerFactory>(NullLoggerFactory.Instance);
}
}
}