Remove missed commented code from cleanup

This commit is contained in:
Eric Renfro 2017-08-20 00:12:17 -04:00
parent 9e06db14c7
commit 85a2dddc22
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ trim() {
var=${var##+([[:space:]])}
var=${var%%+([[:space:]])}
(( extglobWasOff )) && shopt -u extglob
#echo -n "$var"
var=${var%%\#*}
printf '%s' "$var"
}