From 95b8320d7f086cc9a223ea8902d8a24d4d372824 Mon Sep 17 00:00:00 2001
From: Jonathan Hanks <jonathan.hanks@ligo.org>
Date: Tue, 10 Nov 2020 12:36:18 -0600
Subject: [PATCH] Update the epics sequencer to remove debug code.

Removed a bit of code that was added in just to set a breakpoint on a condition, it shouldn't have made it into the final commit.
---
 src/epics/seq/main.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/epics/seq/main.c b/src/epics/seq/main.c
index 5b5d013c3..b91337a19 100644
--- a/src/epics/seq/main.c
+++ b/src/epics/seq/main.c
@@ -1639,10 +1639,6 @@ int spChecker(int monitorAll, SET_ERR_TABLE setErrTable[],int wcVal, char *wcstr
 				        caStringSetpointInitted[ii] = 2;
                     }
 					status = GET_VALUE_STR(paddr,sval,sizeof(sval),&mtime, NULL); //&(cdTable[ii].connected));
-					if (strcmp(cdTable[ii].data.strval, "") == 0)
-                    {
-					    status = 0;
-                    }
 					if(strcmp(cdTable[ii].data.strval,sval) != 0 || listAll)
 					{
 						sprintf(burtset,"%s",cdTable[ii].data.strval);
-- 
GitLab