From 860d4069748a69eb4859d943e5b61d1e5407c36c Mon Sep 17 00:00:00 2001
From: WANG Tsu-Han <wangts@eurecom.fr>
Date: Fri, 12 Jun 2020 15:58:56 +0200
Subject: [PATCH] debug print remove

---
 executables/nr-ru.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/executables/nr-ru.c b/executables/nr-ru.c
index 69155c18d4..7d0090d59b 100644
--- a/executables/nr-ru.c
+++ b/executables/nr-ru.c
@@ -1467,7 +1467,6 @@ void *ru_thread( void *param ) {
 
     // start trx write thread
     if(usrp_tx_thread == 1){
-printf("~~~~~~~~~~~testing if the command is get\n");
       if (ru->start_write_thread){
         if(ru->start_write_thread(ru) != 0){
           LOG_E(HW,"Could not start tx write thread\n");
-- 
2.26.2