Skip to content

Commit

Permalink
turning off package version display. it did't really work anyway.
Browse files Browse the repository at this point in the history
  • Loading branch information
edeutsch committed Jul 26, 2024
1 parent 63c47a5 commit 099ff4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ARAX/ARAXQuery/ARAX_background_tasker.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def run_tasks(self):
query_tracker.clear_ongoing_queries()

# Print out our packages for debugging
if True: # set to true to print out the packages
if False: # set to true to print out the packages
eprint("Installed packages:")
for location, modname, flag in pkgutil.iter_modules():
location = f"{location}"
Expand Down

0 comments on commit 099ff4e

Please sign in to comment.