Removed temporary debugging stuff.

This commit is contained in:
Ben Olden-Cooligan 2013-07-07 15:05:16 -04:00
parent 2b31148833
commit d844cf6ea7

View File

@ -47,7 +47,7 @@ namespace NAPS2.Console
Bind<IScanPerformer>().To<ScanPerformer>();
Bind<IProfileManager>().To<ProfileManager>().InSingletonScope();
Bind<IPdfExporter>().To<PdfSharpExporter>();
#if DEBUG
#if DEBUG && false
Bind<IScanDriver>().To<StubWiaScanDriver>().Named(WiaScanDriver.DRIVER_NAME);
Bind<IScanDriver>().To<StubTwainScanDriver>().Named(TwainScanDriver.DRIVER_NAME);
#else