From 0de4f165e937168693ac758239d569a2ace60325 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 4 May 2011 12:22:21 -0700 Subject: usrp: replaced conditional dboard debug prints w/ UHD_LOGV(often) --- host/lib/utils/log.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'host/lib/utils') 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; -} -- cgit v1.2.3