clean up some loggings

Change-Id: I8d38db487eb76811690b1a69f184799a7a758cc1
diff --git a/TestON/drivers/common/api/controller/onosrestdriver.py b/TestON/drivers/common/api/controller/onosrestdriver.py
index 0d335c1..ed7786c 100644
--- a/TestON/drivers/common/api/controller/onosrestdriver.py
+++ b/TestON/drivers/common/api/controller/onosrestdriver.py
@@ -1335,7 +1335,7 @@
                     '''
                     returnValue = main.FALSE
                     numPending += 1
-            main.log.info("Number of non-ADDED flows are: " + str(numPending))
+            main.log.info("Number of PENDING flows are: " + str(numPending))
             return returnValue
         except ( AttributeError, TypeError ):
             main.log.exception( self.name + ": Object not as expected" )
diff --git a/TestON/tests/COMPflow/COMPflow.py b/TestON/tests/COMPflow/COMPflow.py
index 7b91431..39246d6 100644
--- a/TestON/tests/COMPflow/COMPflow.py
+++ b/TestON/tests/COMPflow/COMPflow.py
@@ -331,7 +331,7 @@
         tStartRemove = time.time()
         for item in main.addedBatchList:
             ts = time.time()
-            print(item)
+            #print(item)
             resp = main.ONOSrest.removeFlowBatch(batch = json.loads(item) )
             teBatch = time.time() - ts
             rmTimes.append(teBatch)