Stop printing data sent to DB
[functest.git] / functest / core / testcase.py
index 5894f5c..f0c6c9e 100644 (file)
@@ -205,7 +205,7 @@ class TestCase(object):
                 headers=self._headers)
             req.raise_for_status()
             self.__logger.info(
-                "The results %s were successfully pushed to DB %s", data, url)
+                "The results were successfully pushed to DB %s", url)
         except AssertionError:
             self.__logger.exception(
                 "Please run test before publishing the results")