From d746e1bfb302a2732dc40a6fbfa16b0bdbbc2df5 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Wed, 16 Jan 2019 14:52:12 -0800 Subject: [PATCH] minor --- src/factory/FieldCreateFactory.cpp | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/factory/FieldCreateFactory.cpp b/src/factory/FieldCreateFactory.cpp index 62ca0cf..d6d4c33 100644 --- a/src/factory/FieldCreateFactory.cpp +++ b/src/factory/FieldCreateFactory.cpp @@ -33,8 +33,6 @@ using std::string; namespace epics { namespace pvData { -static DebugLevel debugLevel = lowDebug; - size_t Field::num_instances; @@ -405,9 +403,7 @@ StructureArray::StructureArray(StructureConstPtr const & structure) { } -StructureArray::~StructureArray() { - if(debugLevel==highDebug) printf("~StructureArray\n"); -} +StructureArray::~StructureArray() {} string StructureArray::getID() const { @@ -444,9 +440,7 @@ UnionArray::UnionArray(UnionConstPtr const & _punion) { } -UnionArray::~UnionArray() { - if(debugLevel==highDebug) printf("~UnionArray\n"); -} +UnionArray::~UnionArray() {} string UnionArray::getID() const {