removed debug msg
parent
54f6ba503d
commit
b5a830e4f5
|
@ -69,9 +69,6 @@ public class ProxySystem extends Plugin {
|
|||
this.configHandler.getMongodbUsername(), this.configHandler.getMongodbPassword(),
|
||||
this.configHandler.getMongodbDatabase()));
|
||||
|
||||
this.getLogger().info("configRedis " + this.configHandler.getRedisHost() + " "
|
||||
+ this.configHandler.getRedisPort());
|
||||
|
||||
this.redisManager = new RedisManager(
|
||||
new RedisConfig(this.configHandler.getRedisHost(), this.configHandler.getRedisPort()));
|
||||
this.redisManager.connect();
|
||||
|
|
Loading…
Reference in New Issue