Changeset 67e7eca in rtems-central


Ignore:
Timestamp:
07/28/22 10:45:12 (16 months ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
master
Children:
e9edd7f
Parents:
91234d7
git-author:
Sebastian Huber <sebastian.huber@…> (07/28/22 10:45:12)
git-committer:
Sebastian Huber <sebastian.huber@…> (07/28/22 10:45:34)
Message:

items: Remove debug output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rtemsspec/items.py

    r91234d7 r67e7eca  
    764764    def save_data(self, path: str, data: Any) -> None:
    765765        """ Saves the item data to the file specified by path. """
    766         print('save-data', path, data)
    767766        with open(path, "w") as file:
    768767            data2 = {}
Note: See TracChangeset for help on using the changeset viewer.