fix(swiftdata): Avoid assert starting facade twice

With the new changes for swiftdata, it also requires a full
core facade. Hence this call is redundant and is
triggering an assert
This commit is contained in:
Lars Toenning
2026-06-26 22:18:58 +02:00
parent de005ac80f
commit 8662cf77ae

View File

@@ -34,7 +34,7 @@ int main(int argc, char *argv[])
a.splashScreen(CIcons::swiftDatabase256());
a.initAndStartWebDataServices(swift::core::CWebReaderFlags::AllSwiftDbReaders,
CDatabaseReaderConfigList::forMappingTool());
a.startCoreFacadeWithoutContexts();
if (!a.start())
{
a.gracefulShutdown();