changeset 207:4a369c94cab8

minor cleanup * pyeval.cc: drop debug message
author Colin Macdonald <cbm@m.fsf.org>
date Fri, 20 May 2016 23:18:46 -0700
parents dfaf3abfbb8f
children 3edceb6b7504 57807b5fa7bf
files pyeval.cc
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pyeval.cc	Fri May 20 23:10:02 2016 -0700
+++ b/pyeval.cc	Fri May 20 23:18:46 2016 -0700
@@ -79,7 +79,6 @@
       // hex(id(res))
       object idtmp = builtins.attr("hex")(builtins.attr("id")(res));
       id = extract<std::string> (idtmp);
-      //std::cerr << "got it: " << id << std::endl;
 
       // FIXME: currently, we cannot return the raw object to octave...
       if (! res.is_none ())