mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03: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
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue