Skip to content

Commit 9dd9017

Browse files
alixhamiJon Wayne Parrott
authored andcommitted
Remove unnecessary debug print from tests (googleapis#4907)
1 parent 6391eee commit 9dd9017

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bigquery/tests/unit/test_table.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,6 @@ def test_iterate(self):
10581058
rows_iter = iter(row_iterator)
10591059

10601060
val1 = six.next(rows_iter)
1061-
print(val1)
10621061
self.assertEqual(val1.name, 'Phred Phlyntstone')
10631062
self.assertEqual(row_iterator.num_results, 1)
10641063

0 commit comments

Comments
 (0)