Skip to content

Commit

Permalink
fix: removed debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-xu committed May 31, 2024
1 parent 64ae2ae commit 7152a58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion c_src/adbc_column.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,6 @@ int do_get_list(ErlNifEnv *env, ERL_NIF_TERM list, bool nullable, struct AdbcCol
if (!enif_get_list_length(env, list, &n_items)) {
return 1;
}
printf("n_items: %d\n", n_items);

ERL_NIF_TERM head, tail;
tail = list;
Expand Down

0 comments on commit 7152a58

Please sign in to comment.