From: Jeremy Stanley Date: Sat, 29 Jul 2017 18:42:30 +0000 (+0000) Subject: Stop unnecessarily stripping quote marks X-Git-Tag: 0.0.1~144 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=3716a4cf43e0be2811dc8aeb0603f99209c42757;hp=3716a4cf43e0be2811dc8aeb0603f99209c42757;ds=sidebyside Stop unnecessarily stripping quote marks 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. ---