]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.c
- Removed Con_SafePrint and Con_SafePrintf since they now does the same things as...
[xonotic/darkplaces.git] / common.c
index 75c7ae9bb276527be9e027152cd58a23aa700564..a6dca4ea513fac94f4b79d1385113998a8b539e9 100644 (file)
--- a/common.c
+++ b/common.c
@@ -992,7 +992,6 @@ void COM_Init (void)
        Mathlib_Init();
 
        FS_Init ();
-       Log_Init ();
        COM_CheckRegistered ();
 }