mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-30 08:15:37 +00:00
Remove unnecessary debug output
This commit is contained in:
parent
8103ff2e6f
commit
5df76f5051
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue