diff --git a/extract_assets.py b/extract_assets.py index 81cd9fd76b..d37a090f00 100755 --- a/extract_assets.py +++ b/extract_assets.py @@ -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]