mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
Remove the printing of file name to the log as it's doubling up information.
This commit is contained in:
parent
7837d1d6d6
commit
2d5b25cfad
@ -13,7 +13,6 @@ print("::group::Arguments")
|
||||
print(f"{sys.argv}")
|
||||
print("::endgroup::")
|
||||
for xmlfile in xmlfiles:
|
||||
print(f"Handling: {xmlfile}")
|
||||
tree = ET.parse(xmlfile)
|
||||
|
||||
root = tree.getroot()
|
||||
|
Loading…
Reference in New Issue
Block a user