diff options
author | Josh Blum <josh@joshknows.com> | 2011-05-04 12:22:21 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-05-04 14:34:49 -0700 |
commit | 0de4f165e937168693ac758239d569a2ace60325 (patch) | |
tree | 3443b1baa0cbfef13f3e881d87a25e0b58d867dd /host/lib/utils | |
parent | 8426a72bd66850ed1311ee8957dc5b7e4d98e301 (diff) | |
download | uhd-0de4f165e937168693ac758239d569a2ace60325.tar.gz uhd-0de4f165e937168693ac758239d569a2ace60325.tar.bz2 uhd-0de4f165e937168693ac758239d569a2ace60325.zip |
usrp: replaced conditional dboard debug prints w/ UHD_LOGV(often)
Diffstat (limited to 'host/lib/utils')
-rw-r--r-- | host/lib/utils/log.cpp | 6 |
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; -} |