diff --git a/Source/Libs/Shared/FuncLoader.cs b/Source/Libs/Shared/FuncLoader.cs index 118cdd039..112027bc2 100644 --- a/Source/Libs/Shared/FuncLoader.cs +++ b/Source/Libs/Shared/FuncLoader.cs @@ -85,9 +85,6 @@ class FuncLoader else ret = Linux.dlsym(library, function); - if (ret == IntPtr.Zero) - Console.WriteLine("[WARNING] Function not found: " + function); - return ret; }