[PATCH 10/10] Remove catch all case label. Signed-off-by: Jonas Fonseca --- cg-log | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/cg-log b/cg-log --- a/cg-log +++ b/cg-log @@ -221,9 +221,6 @@ print_commit_log() { s/./ &/ ' ;; - *) - echo $colheader$key $rest $coldefault - ;; esac done