From 08ed5bfb99545da87e995948cca20df4ecdf7333 Mon Sep 17 00:00:00 2001
From: Christos Gentsos <christos.gentsos@cern.ch>
Date: Thu, 28 Oct 2021 10:07:32 +0200
Subject: [PATCH] Master: make 'a' command only print the log of the active
 MoniMod

---
 test_master/src/main.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/test_master/src/main.c b/test_master/src/main.c
index 7be90d7..4395926 100644
--- a/test_master/src/main.c
+++ b/test_master/src/main.c
@@ -303,11 +303,6 @@ void user_interaction()
                 oneline = 1;
                 break;
         case 'a':
-                select_monimod(0);
-                delay_ms(10);
-                print_log();
-                select_monimod(1);
-                delay_ms(10);
                 print_log();
                 break;
         case 'd':
-- 
GitLab