Skip to content
Snippets Groups Projects
Commit 51722cb8 authored by Laura, Jason R's avatar Laura, Jason R
Browse files

Removes debug print

parent 4ca1091f
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,6 @@ if not libusgscsm_path: ...@@ -13,7 +13,6 @@ if not libusgscsm_path:
usgscsm_folder = os.path.join(os.path.split(libcsmapi_path)[0], "csmplugins") usgscsm_folder = os.path.join(os.path.split(libcsmapi_path)[0], "csmplugins")
libusgscsm_path = "" libusgscsm_path = ""
if os.path.exists(usgscsm_folder): if os.path.exists(usgscsm_folder):
print(sys.platform)
# Supports py < 3.10, if only supporting 3.10+ use: glob( "*[0-9].[0-9].[0-9].dylib", root_dir=usgscsm_folder) # Supports py < 3.10, if only supporting 3.10+ use: glob( "*[0-9].[0-9].[0-9].dylib", root_dir=usgscsm_folder)
if sys.platform.startswith('darwin'): if sys.platform.startswith('darwin'):
results = glob(os.path.join(usgscsm_folder, "*[0-9].[0-9].[0-9].dylib")) results = glob(os.path.join(usgscsm_folder, "*[0-9].[0-9].[0-9].dylib"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment