Skip to content

Commit

Permalink
Update addMessage.sh: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Dec 29, 2024
1 parent 85359f6 commit 79a5454
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/addMessage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ usage_and_exit()

OK="true"
DO_HELP="false"
DEBUG="false"
ID=""
CMD_TEXT=""
TYPE=""
Expand All @@ -38,9 +37,6 @@ while [[ $# -gt 0 ]]; do
"--help")
DO_HELP="true"
;;
"--debug")
DEBUG="true"
;;
"--id")
ID="${2}"
shift
Expand Down

0 comments on commit 79a5454

Please sign in to comment.