1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2024-11-10 19:20:13 +00:00

Remove extra print I added

This commit is contained in:
angie 2021-05-11 14:09:48 -04:00
parent aec6add45e
commit 63bce05f37
No known key found for this signature in database
GPG key ID: E5212BA1B6FEA700

View file

@ -13,7 +13,6 @@ def ExtractFile(xmlPath, outputPath, outputSourcePath):
os.system(execStr)
def ExtractFunc(fullPath):
print(fullPath)
outPath = ("assets/" + fullPath.split("assets/xml/")[1]).split(".xml")[0]
outSourcePath = ("assets/" + fullPath.split("assets/xml/")[1]).split(".xml")[0]