-
Notifications
You must be signed in to change notification settings - Fork 116
Closed
Description
It looks a couple of stray Rcpp::Rcout calls were left in the code during a recent commit 8f58211. These appear to be leftover debug output and should be removed.
Lines 114 to 121 in c8a2e26
| case datetime_int_t: | |
| Rcpp::Rcout << "bindings int datetime"; | |
| bind_datetime<T, int>(obj, data, column, start, size, buffers); | |
| break; | |
| case datetime_double_t: | |
| Rcpp::Rcout << "bindings double datetime"; | |
| bind_datetime<T, double>(obj, data, column, start, size, buffers); | |
| break; |
I’m happy to open a quick PR to remove them if that’s helpful.
Metadata
Metadata
Assignees
Labels
No labels