aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/utils
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/utils')
-rw-r--r--host/lib/utils/log.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/host/lib/utils/log.cpp b/host/lib/utils/log.cpp
index 605704874..7df077a96 100644
--- a/host/lib/utils/log.cpp
+++ b/host/lib/utils/log.cpp
@@ -169,9 +169,3 @@ uhd::_log::log::~log(void){
std::ostream & uhd::_log::log::get(void){
return uhd_logger_stream_resource().get();
}
-
-UHD_STATIC_BLOCK(logger_begin){
- UHD_LOG << "Logger has started" << std::endl;
- UHD_LOGV(always) << "always" << std::endl;
- UHD_LOGV(rarely) << "rarely" << std::endl;
-}