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:
parent
aec6add45e
commit
63bce05f37
1 changed files with 0 additions and 1 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in a new issue