Removed obsolete stuff

This commit is contained in:
2022-07-13 09:26:22 +02:00
parent 5e4d07bd25
commit 84c4f47ed1
5 changed files with 1 additions and 13 deletions

View File

@ -47,5 +47,4 @@ void ObjectFactory::produce(void* args) {
ObjectFactory::produceGenericObjects();
new TestTask(objects::TEST_TASK);
new GlobalConfigHandler(objects::CONFIG_TEST,"/path/to/JSON.config");
}
}