From 63bce05f37f070c202dd28edfddbaa18810d7a08 Mon Sep 17 00:00:00 2001 From: angie Date: Tue, 11 May 2021 14:09:48 -0400 Subject: [PATCH] Remove extra print I added --- extract_assets.py | 1 - 1 file changed, 1 deletion(-) 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]