summaryrefslogtreecommitdiff
path: root/src/common/random.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/random.c')
-rw-r--r--src/common/random.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/random.c b/src/common/random.c
index 367d26cfe..5c048c7eb 100644
--- a/src/common/random.c
+++ b/src/common/random.c
@@ -30,7 +30,6 @@ void rnd_init(void)
seed += (uint32)gettid();
#endif // HAVE_GETTID
#endif
- ShowInfo("Initializing random number generator.\n");
init_genrand(seed);
}