diff options
author | Memphiz <memphis@machzwo.de> | 2015-08-07 16:08:52 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2015-08-07 20:38:41 +0200 |
commit | aa629bd0d42e15887e861f25282fb52d833646e9 (patch) | |
tree | f3b50a1fbb0002821a5ad10cd5ecda8efcf740d7 | |
parent | 76818fadc50f6570fc3a2549fe4c8a3ccbaf80fb (diff) |
[SectionLoader] - remove logging in D'Tor
-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); |