Skip to content

Commit 1c2a64f

Browse files
authored
fix: remove print statement (#245)
Co-authored-by: larkee <[email protected]>
1 parent 28bde8c commit 1c2a64f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

google/cloud/spanner_v1/streamed.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ def _merge_values(self, values):
9999
:type values: list of :class:`~google.protobuf.struct_pb2.Value`
100100
:param values: non-chunked values from partial result set.
101101
"""
102-
print(self.fields)
103102
field_types = [field.type_ for field in self.fields]
104103
width = len(field_types)
105104
index = len(self._current_row)

0 commit comments

Comments
 (0)