diff --git a/source/mtga/set_data/dynamic.py b/source/mtga/set_data/dynamic.py index cc3a34c..53905bc 100644 --- a/source/mtga/set_data/dynamic.py +++ b/source/mtga/set_data/dynamic.py @@ -49,7 +49,6 @@ def get_win_data_location(): data_location = QueryValueEx(registry_key, "Path")[0] + r"MTGA_Data\Downloads\Data" print("Found data @ ") print(data_location) - print(r"C:\Program Files\Wizards of the Coast\MTGA\MTGA_Data\Downloads\Data") except: print("Couldn't locate MTGA from registry, falling back to hardcoded path...") data_location = _get_data_location_hardcoded()