1
0
mirror of https://github.com/sstephenson/bats.git synced 2024-11-17 03:32:27 +01:00

Remove defunct comment-pad trimming

This commit is contained in:
Sam Stephenson 2013-10-28 14:44:26 -05:00
parent 4b3670d4cb
commit d2c5b9ef71

View File

@ -141,9 +141,6 @@ while IFS= read -r line; do
buffer fail
;;
"# "* )
buffer log "${line:5}"
;;
"# "* )
buffer log "${line:2}"
;;