Skip to content

Commit

Permalink
remove echo'd reply
Browse files Browse the repository at this point in the history
  • Loading branch information
tshedor committed Jan 3, 2015
1 parent e285bd9 commit a31d8ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/maximus/reporter/git-lines.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ function lines-added(){
local unified=1
while read; do
esc=$'\033'
echo $REPLY
if [[ $REPLY =~ ---\ (a/)?.* ]]; then
continue
elif [[ $REPLY =~ \+\+\+\ (b/)?([^[:blank:]$esc]+).* ]]; then
Expand Down

0 comments on commit a31d8ce

Please sign in to comment.