diff options
-rw-r--r-- | xbmc/SectionLoader.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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); |