diff --git a/components/misc/rng.cpp b/components/misc/rng.cpp index 01044040a0..c1ed4ed95b 100644 --- a/components/misc/rng.cpp +++ b/components/misc/rng.cpp @@ -35,7 +35,6 @@ namespace Misc::Rng unsigned int generateDefaultSeed() { auto res = static_cast(std::chrono::high_resolution_clock::now().time_since_epoch().count()); - Log(Debug::Info) << __FUNCTION__ << ": " << res; return res; }