Skip to content

Commit fad3e62

Browse files
trying something else
1 parent c584067 commit fad3e62

File tree

1 file changed

+1
-2
lines changed
  • inst/include/Rcpp/internal

1 file changed

+1
-2
lines changed

inst/include/Rcpp/internal/wrap.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -921,8 +921,7 @@ inline SEXP module_wrap<SEXP>( const SEXP& obj ){
921921
}
922922

923923
inline SEXP wrap(const char* const v ){
924-
Rprintf( "wrap(const char* const v = <%p>)\n", v ) ;
925-
if (v && v != NULL)
924+
if (v != NULL)
926925
return Rf_mkString(v) ;
927926
else
928927
return R_NilValue;

0 commit comments

Comments
 (0)