diff --git a/src/db/dbCa.c b/src/db/dbCa.c index 13118eb8b..aaaaa4b5c 100644 --- a/src/db/dbCa.c +++ b/src/db/dbCa.c @@ -142,7 +142,6 @@ static void addAction(caLink *pca, short link_action) if (++removesOutstanding >= removesOutstandingWarning) { errlogPrintf("dbCa::addAction pausing, %d channels to clear\n", removesOutstanding); - printLinks(pca); } while (removesOutstanding >= removesOutstandingWarning) { epicsMutexUnlock(workListLock);