mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-04-29 09:29:31 +02:00
Removed debug sleep call.
This commit is contained in:
@@ -160,8 +160,8 @@ bool CollectionDatabase::Import()
|
|||||||
//std::cout << "Importing collection metadata for " << info->GetFullTitle() << " (collections." << info->GetName() << ")" << std::endl;
|
//std::cout << "Importing collection metadata for " << info->GetFullTitle() << " (collections." << info->GetName() << ")" << std::endl;
|
||||||
//ImportMetadata(info);
|
//ImportMetadata(info);
|
||||||
}
|
}
|
||||||
Logger::Write(Logger::ZONE_INFO, "Database", "COMPLETE");
|
Logger::Write(Logger::ZONE_INFO, "Database", "Updating complete");
|
||||||
Sleep(1000);
|
|
||||||
return retVal;
|
return retVal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user