mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-06 00:55:50 +00:00
Remove unnecessary debug output
This commit is contained in:
parent
8103ff2e6f
commit
5df76f5051
@ -35,7 +35,6 @@ namespace Misc::Rng
|
||||
unsigned int generateDefaultSeed()
|
||||
{
|
||||
auto res = static_cast<unsigned int>(std::chrono::high_resolution_clock::now().time_since_epoch().count());
|
||||
Log(Debug::Info) << __FUNCTION__ << ": " << res;
|
||||
return res;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user