removed debug msg

master
alex 2022-04-10 20:50:39 +02:00
parent 54f6ba503d
commit b5a830e4f5
1 changed files with 0 additions and 3 deletions

View File

@ -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();