Skip to content

Remove stray debug print statements from recent commit #962

@lachlangh

Description

@lachlangh

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.

odbc/src/odbc_result.cpp

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions