removed forgotten debug print-out

This commit is contained in:
Overwatch 2014-11-17 12:58:15 +01:00
parent f1ada6f32f
commit 1cf3508e9a

View file

@ -17,7 +17,6 @@ prefix = textui.prefix
# --------------------------------------------------
def _parse(data, dtype):
print('### called _parse(%s, %s)' %(repr(data), repr(dtype)))
if dtype == 'str':
if data.startswith('"') and data.endswith('"'):
value = data[1:-1].replace('\\"', '"')