Skip to content

Commit

Permalink
Remove redundant walle_debug
Browse files Browse the repository at this point in the history
  • Loading branch information
neoformit committed Oct 14, 2024
1 parent 20b5cee commit a2f2246
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ walle_envs_user_deletion:
# walle_galaxy_url: #galaxy_hostname, no leading slash
# walle_tool: <string to filter tool ids in database job table>
walle_verbose: false
walle_debug: false
walle_kill: false

# Cron
Expand Down
6 changes: 0 additions & 6 deletions files/walle.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,12 +202,6 @@ def make_parser() -> argparse.ArgumentParser:
my_parser.add_argument(
"-v", "--verbose", action="store_true", help="Report details for every match."
)
my_parser.add_argument(
"-d",
"--debug",
action="store_true",
help="Emit additional log messages for debugging Wall-E.",
)
my_parser.add_argument(
"-i",
"--interactive",
Expand Down
1 change: 0 additions & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
{% if walle_filesize_max %} --max-size {{ walle_filesize_max }} {% endif %}
{% if walle_since_hours %} --since {{ walle_since_hours }} {% endif %}
{% if walle_verbose %} --verbose {% endif %}
{% if walle_debug %} --debug {% endif %}
{% if walle_delete_users %} --delete-user {{ walle_delete_threshold }}
{% endif %}
{% if walle_kill %} --kill {% endif %}
Expand Down

0 comments on commit a2f2246

Please sign in to comment.