Skip to content

Commit

Permalink
Remove callstack from missing_extra logs, as it was confusing for som…
Browse files Browse the repository at this point in the history
…e people.
  • Loading branch information
cyberw committed Jan 8, 2024
1 parent cad1b4b commit 24031f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion locust_plugins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ def do_checks(environment, **_kw):


def missing_extra(package, extra):
traceback.print_exc()
logging.error(
f"'{package}' is not installed by default, you need to install it using 'pip install locust-plugins[{extra}]'"
)
Expand Down

0 comments on commit 24031f5

Please sign in to comment.