diff --git a/files/update_property.py b/files/update_property.py index 7f67075..75a368b 100755 --- a/files/update_property.py +++ b/files/update_property.py @@ -62,7 +62,6 @@ def write_properties_to_xml(xml_path, property_name='', property_value='', appen xml.write(xml_path) return 0 else: - print(f"File not found: {xml_path}") return -1