[rtems-central commit] items: Remove debug output

Sebastian Huber sebh at rtems.org
Thu Jul 28 10:37:41 UTC 2022


Module:    rtems-central
Branch:    master
Commit:    67e7eca0a60012de7394cd281aaf80f55a196036
Changeset: http://git.rtems.org/rtems-central/commit/?id=67e7eca0a60012de7394cd281aaf80f55a196036

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Jul 28 12:45:12 2022 +0200

items: Remove debug output

---

 rtemsspec/items.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/rtemsspec/items.py b/rtemsspec/items.py
index b8846d5a..7ef5c2a8 100644
--- a/rtemsspec/items.py
+++ b/rtemsspec/items.py
@@ -763,7 +763,6 @@ class ItemCache:
 
     def save_data(self, path: str, data: Any) -> None:
         """ Saves the item data to the file specified by path. """
-        print('save-data', path, data)
         with open(path, "w") as file:
             data2 = {}
             for key, value in data.items():



More information about the vc mailing list