Skip to content

Commit

Permalink
fix: remove print statement (#245)
Browse files Browse the repository at this point in the history
Co-authored-by: larkee <larkee@users.noreply.github.com>
  • Loading branch information
larkee and larkee committed Mar 1, 2021
1 parent 28bde8c commit 1c2a64f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion google/cloud/spanner_v1/streamed.py
Expand Up @@ -99,7 +99,6 @@ def _merge_values(self, values):
:type values: list of :class:`~google.protobuf.struct_pb2.Value`
:param values: non-chunked values from partial result set.
"""
print(self.fields)
field_types = [field.type_ for field in self.fields]
width = len(field_types)
index = len(self._current_row)
Expand Down

0 comments on commit 1c2a64f

Please sign in to comment.