summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/components/include/utils/semantic_version.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/include/utils/semantic_version.h b/src/components/include/utils/semantic_version.h
index 78b6f15d1a..661a60c15d 100644
--- a/src/components/include/utils/semantic_version.h
+++ b/src/components/include/utils/semantic_version.h
@@ -60,8 +60,6 @@ struct SemanticVersion {
major_version_ = 0;
minor_version_ = 0;
patch_version_ = 0;
- // LOG4CXX_WARN(logger_,
- // "Error while parsing version string: " << versionString);
}
}
}