summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/geniviextras/qdltregistration.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/geniviextras/qdltregistration.cpp b/src/geniviextras/qdltregistration.cpp
index 43e230f..a82e173 100644
--- a/src/geniviextras/qdltregistration.cpp
+++ b/src/geniviextras/qdltregistration.cpp
@@ -93,8 +93,6 @@ void QDltRegistrationPrivate::registerCategory(const QLoggingCategory *category,
void QDltRegistrationPrivate::registerCategory(CategoryInfo &info)
{
- Q_ASSERT_X(m_dltAppRegistered, "registerCategory", "A DLT Application needs to be registered before registering a Logging Category");
-
#if GENIVIEXTRAS_DEBUG
std::cout << "REGISTERING CONTEXT " << info.m_ctxName.constData() << std::endl;
#endif