removed automapper.

This commit is contained in:
Keivan Beigi 2013-05-30 17:12:20 -07:00
commit bdf86aa4ba
21 changed files with 100 additions and 282 deletions

View file

@ -33,7 +33,6 @@ namespace NzbDrone.Api
protected override void ApplicationStartup(TinyIoCContainer container, IPipelines pipelines)
{
_logger.Info("Starting NzbDrone API");
AutomapperBootstraper.InitializeAutomapper();
container.Resolve<DatabaseTarget>().Register();
container.Resolve<IEnableBasicAuthInNancy>().Register(pipelines);