diff --git a/Raylib-cs/types/Logging.cs b/Raylib-cs/types/Logging.cs index 2f87f17..e25f8f2 100644 --- a/Raylib-cs/types/Logging.cs +++ b/Raylib-cs/types/Logging.cs @@ -40,12 +40,6 @@ namespace Raylib_cs /// public static unsafe class Logging { - [ModuleInitializer] - internal static void SetDefaultCallback() - { - Raylib.SetTraceLogCallback(&LogConsole); - } - [UnmanagedCallersOnly(CallConvs = new[] { typeof(System.Runtime.CompilerServices.CallConvCdecl) })] public static unsafe void LogConsole(int msgType, sbyte* text, sbyte* args) {