Remove unused statement
authorChristos KK Loverdos <loverdos@gmail.com>
Mon, 2 Jul 2012 11:20:26 +0000 (14:20 +0300)
committerChristos KK Loverdos <loverdos@gmail.com>
Mon, 2 Jul 2012 11:20:26 +0000 (14:20 +0300)
src/main/scala/gr/grnet/aquarium/service/AkkaService.scala

index f816ca9..846255d 100644 (file)
@@ -143,8 +143,6 @@ final class AkkaService extends AquariumAwareSkeleton with Configurable with Lif
         removalListener(this._cacheEvictionListener).
       build()
 
-    this._userActorCache.stats()
-
     this._actorSystem = ActorSystem("aquarium-akka", ConfigFactory.load("akka.conf"))
     logger.debug("Created %s %s".format(shortClassNameOf(this._actorSystem), this._actorSystem))
   }