diff options
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/modules.h b/include/modules.h index 5463c2ad6..b645bb7f3 100644 --- a/include/modules.h +++ b/include/modules.h @@ -75,7 +75,6 @@ if (true) \ } \ catch (const NotImplementedException &) \ { \ - Log(LOG_DEBUG_2) << "Detaching event " << #ename << " from " << (*_i)->name; \ _i = _modules.erase(_i); \ continue; \ } \ @@ -115,7 +114,6 @@ if (true) \ } \ catch (const NotImplementedException &) \ { \ - Log(LOG_DEBUG_2) << "Detaching event " << #ename << " from " << (*_i)->name; \ _i = _modules.erase(_i); \ continue; \ } \ |