killbill-uncached

removed some commented code

11/28/2011 5:07:46 PM

Details

diff --git a/account/src/main/java/com/ning/billing/account/glue/AccountModule.java b/account/src/main/java/com/ning/billing/account/glue/AccountModule.java
index dc7d349..cdd30c1 100644
--- a/account/src/main/java/com/ning/billing/account/glue/AccountModule.java
+++ b/account/src/main/java/com/ning/billing/account/glue/AccountModule.java
@@ -47,10 +47,6 @@ public class AccountModule extends AbstractModule {
         bind(IAccountUserApi.class).to(AccountUserApi.class).asEagerSingleton();
     }
 
-//    private void installAccountService() {
-//        bind(IAccountService.class).to(AccountService.class).asEagerSingleton();
-//    }
-
     private void installFieldStore() {
         bind(IFieldStoreDao.class).to(FieldStoreDao.class).asEagerSingleton();
     }
@@ -65,7 +61,6 @@ public class AccountModule extends AbstractModule {
         installAccountCore();
         installAccountDao();
         installAccountUserApi();
-//        installAccountService();
         installFieldStore();
         installInjectorMagic();
     }