removed forgotten debug print-out
This commit is contained in:
parent
f1ada6f32f
commit
1cf3508e9a
1 changed files with 0 additions and 1 deletions
|
@ -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('\\"', '"')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue