This commit is contained in:
Michael Droettboom 2018-03-08 10:44:37 -05:00
parent c06cda30b9
commit 6914e0f8c8
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ val repr(val v) {
if (r == NULL) { if (r == NULL) {
return pythonExcToJs(); return pythonExcToJs();
} }
PyObject_Print(r, 0, 0);
val result = pythonToJs(r); val result = pythonToJs(r);
Py_DECREF(r); Py_DECREF(r);
Py_DECREF(pyv); Py_DECREF(pyv);