mirror of
https://github.com/logos-storage/logos-storage-app-skeleton.git
synced 2026-07-02 05:09:32 +00:00
remove duplicate init
This commit is contained in:
parent
960700722e
commit
f774c104fe
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user