removed mongodb debug output

master
Alex 2022-01-01 17:38:57 +01:00
parent d81c59e1fe
commit 6aa1446a20
1 changed files with 0 additions and 3 deletions

View File

@ -62,9 +62,6 @@ public class ProxySystem extends Plugin {
this.kraSocketClient.getSocketClient().connect();
System.out.println(
"mongo cfg " + configHandler.getMongodbHost() + " " + configHandler.getMongodbUsername());
mongoManager = new MongoManager(configHandler.getMongodbHost(),
configHandler.getMongodbPort(), configHandler.getMongodbUsername(),
configHandler.getMongodbPassword());