mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-01-05 21:48:55 +01:00
Removed debug sleep call.
This commit is contained in:
parent
12c9668c8b
commit
48100b6465
@ -160,8 +160,8 @@ bool CollectionDatabase::Import()
|
||||
//std::cout << "Importing collection metadata for " << info->GetFullTitle() << " (collections." << info->GetName() << ")" << std::endl;
|
||||
//ImportMetadata(info);
|
||||
}
|
||||
Logger::Write(Logger::ZONE_INFO, "Database", "COMPLETE");
|
||||
Sleep(1000);
|
||||
Logger::Write(Logger::ZONE_INFO, "Database", "Updating complete");
|
||||
|
||||
return retVal;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user