Stop unnecessarily stripping quote marks
authorJeremy Stanley <fungi@yuggoth.org>
Sat, 29 Jul 2017 18:42:30 +0000 (18:42 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 29 Jul 2017 18:42:30 +0000 (18:42 +0000)
Since the switch to YAML, quotations around strings are
automatically interpreted an so not included in the parsed result.
Remove legacy code which stripped leading and trailing quotes from
string values as this is no longer needed.


No differences found