diff --git a/core/app.py b/core/app.py index dd68a4a..0ac8f2f 100644 --- a/core/app.py +++ b/core/app.py @@ -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('\\"', '"')