changeset 215:521ea032680e

be quieter when making pyobject * pyeval.cc: remove debug message
author Colin Macdonald <cbm@m.fsf.org>
date Fri, 27 May 2016 14:10:08 -0700
parents f48cad3e2c8e
children 3b2b7db7d709
files pyeval.cc
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pyeval.cc	Thu May 26 23:26:56 2016 -0700
+++ b/pyeval.cc	Fri May 27 14:10:08 2016 -0700
@@ -90,7 +90,6 @@
     }
   catch (pytave::object_convert_exception const &)
     {
-      printf ("pyeval: could not convert return value to Octave-native object, making pyobject...\n");
       // Ensure we have a __InOct__ dict, and then put `res` into it
       exec ("if not (\"__InOct__\" in vars() or \"__InOct__\" in globals()):\n"
             "  __InOct__ = dict()\n",