From aa629bd0d42e15887e861f25282fb52d833646e9 Mon Sep 17 00:00:00 2001 From: Memphiz Date: Fri, 7 Aug 2015 16:08:52 +0200 Subject: [SectionLoader] - remove logging in D'Tor --- xbmc/SectionLoader.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/xbmc/SectionLoader.cpp b/xbmc/SectionLoader.cpp index df926843e7..b9cd896614 100644 --- a/xbmc/SectionLoader.cpp +++ b/xbmc/SectionLoader.cpp @@ -134,7 +134,6 @@ void CSectionLoader::UnloadAll() while (it != g_sectionLoader.m_vecLoadedDLLs.end()) { CDll& dll = *it; - CLog::Log(LOGDEBUG,"SECTION:UnloadAll(DLL: %s)", dll.m_strDllName.c_str()); if (dll.m_pDll) DllLoaderContainer::ReleaseModule(dll.m_pDll); it = g_sectionLoader.m_vecLoadedDLLs.erase(it); -- cgit v1.2.3