remove duplicate init

This commit is contained in:
E M 2026-02-27 22:17:52 +11:00
parent 960700722e
commit f774c104fe
No known key found for this signature in database

View File

@ -67,11 +67,6 @@ int app_main(LogosModules* modules, int argc, char* argv[]) {
QUrl url = QUrl::fromLocalFile(argv[3]);
QString cid = argv[2];
if (!modules->storage_module.init(jsonConfig)) {
std::cerr << "Failed to initialize storage module" << std::endl;
return 1;
}
{
QEventLoop loop;