From c0e933d760117d86ed4845d9615ce00ef9ed99ee Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Wed, 28 Oct 2020 16:12:43 +0100 Subject: [PATCH] Removed useless comments --- volumectl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/volumectl b/volumectl index abd1085..4c19823 100755 --- a/volumectl +++ b/volumectl @@ -71,8 +71,6 @@ EOF } if [[ "${BASH_SOURCE[0]}" == "${0}" ]]; then #if '__name__' == '__main__' - # Parsing through the args {{{ - # check if the notification is being forced or not case $1 in -n|--notification) @@ -118,7 +116,4 @@ if [[ "${BASH_SOURCE[0]}" == "${0}" ]]; then #if '__name__' == '__main__' echo "Try 'volumectl -h' for more information" ;; esac - - - # End of parsing through the args }}} fi