diff pyeval.cc @ 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 61df785bd8b0
children 9656f663ca94
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 ())