X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dfc0e3fb9a38ac231b12d207654afcf3de9582c2..a07a98dbe53e6fa446dd40b0c5aa4b3c520b442f:/contrib/src/xml/xmlpars.cpp diff --git a/contrib/src/xml/xmlpars.cpp b/contrib/src/xml/xmlpars.cpp index d35cd3722b..18ae1f0aa1 100644 --- a/contrib/src/xml/xmlpars.cpp +++ b/contrib/src/xml/xmlpars.cpp @@ -77,7 +77,6 @@ static void ReleaseLibxml() { if (gs_libxmlLoaded) { - wxLogDebug("Releasing libxml.so.2"); wxDllLoader::UnloadLibrary(gs_libxmlDLL.Handle); } gs_libxmlLoaded = FALSE; @@ -91,7 +90,6 @@ static bool LoadLibxml() if (gs_libxmlLoadFailed) return FALSE; gs_libxmlLoadFailed = TRUE; - wxLogDebug("Loading libxml.so.2..."); { wxLogNull lg; #ifdef __UNIX__ @@ -145,7 +143,6 @@ static bool LoadLibxml() gs_libxmlLoadFailed = FALSE; - wxLogDebug("...succeed"); return TRUE; }