aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/l1if.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Transceiver52M/l1if.cpp')
-rw-r--r--Transceiver52M/l1if.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Transceiver52M/l1if.cpp b/Transceiver52M/l1if.cpp
index 440f6e7..385395a 100644
--- a/Transceiver52M/l1if.cpp
+++ b/Transceiver52M/l1if.cpp
@@ -84,7 +84,7 @@ void push_c(TRX_C* i) {
uint64_t one = 1;
int rc;
trxif.c_from_trx.push(i);
- std::clog << trxif.c_from_trx.sz() << std::endl;
+ // std::clog << trxif.c_from_trx.sz() << std::endl;
rc = ::write(trxif.g_event_ofd_C.fd, &one, sizeof(one));
return;
};