From 8b57d850d651c04d1c36cffce81f30b596754c84 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Mon, 13 Jun 2011 20:56:16 +0100 Subject: e100: disable debug prints in io impl --- host/lib/usrp/usrp_e100/io_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib') diff --git a/host/lib/usrp/usrp_e100/io_impl.cpp b/host/lib/usrp/usrp_e100/io_impl.cpp index d85beca8b..4364f131f 100644 --- a/host/lib/usrp/usrp_e100/io_impl.cpp +++ b/host/lib/usrp/usrp_e100/io_impl.cpp @@ -43,7 +43,7 @@ static const int underflow_flags = async_metadata_t::EVENT_CODE_UNDERFLOW | asyn /*********************************************************************** * Helpers **********************************************************************/ -#if 0 +#if 1 # define debug_print_buff(...) #else static void debug_print_buff(const std::string &what, managed_recv_buffer::sptr buff){ -- cgit v1.2.3