Skip to content

Commit 9d65200

Browse files
committed
remove debug print
1 parent eb804d6 commit 9d65200

File tree

1 file changed

+0
-2
lines changed
  • bindings/python/pymongoarrow

1 file changed

+0
-2
lines changed

bindings/python/pymongoarrow/lib.pyx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,6 @@ cdef class BuilderManager:
164164
else:
165165
full_key = key
166166

167-
print('handling', full_key, value_t)
168-
169167
# Get the builder.
170168
builder = <_ArrayBuilderBase>self.builder_map.get(full_key, None)
171169
if builder is None and not self.has_schema:

0 commit comments

Comments
 (0)