Remove extra print I added

This commit is contained in:
angie
2021-05-11 14:09:48 -04:00
parent aec6add45e
commit 63bce05f37
-1
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]