[Rcpp-commits] r2872 - pkg/Rcpp/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Jan 17 15:22:09 CET 2011


Author: romain
Date: 2011-01-17 15:22:09 +0100 (Mon, 17 Jan 2011)
New Revision: 2872

Modified:
   pkg/Rcpp/R/Module.R
Log:
removed temporary debugging

Modified: pkg/Rcpp/R/Module.R
===================================================================
--- pkg/Rcpp/R/Module.R	2011-01-17 14:13:52 UTC (rev 2871)
+++ pkg/Rcpp/R/Module.R	2011-01-17 14:22:09 UTC (rev 2872)
@@ -197,9 +197,6 @@
 
         fields <- cpp_fields( CLASS, where )
         methods <- cpp_refMethods(CLASS, where)
-        cat( "calling setRefClass\n" )
-        print( fields )
-        print( methods )
         generator <- setRefClass( clname,
                                  fields = fields,
                                  contains = "C++Object",



More information about the Rcpp-commits mailing list