hooks: remove commented code

This commit is contained in:
Obeida Shamoun 2023-07-06 14:31:03 +02:00
parent 2b8936267e
commit 6991f29b4d
No known key found for this signature in database
GPG Key ID: C393AE9D78004C18
1 changed files with 0 additions and 1 deletions

View File

@ -166,7 +166,6 @@ def tox_on_install(
logger.error(str(err))
raise err
except Exception as err:
# tox_env.status = "InternalError"
logger.error(f"Internal plugin error: {err}")
raise err