Skip to content

Commit 831e53b

Browse files
author
Gregory Russell
committed
Remove useless noisy log
1 parent 5237934 commit 831e53b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bq/insert.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,6 @@ func (in *BQInserter) Flush() error {
257257
// This is heavyweight, and may run forever without a context deadline.
258258
ctx, _ := context.WithTimeout(context.Background(), in.timeout)
259259
err = in.uploader.Put(ctx, in.rows)
260-
log.Println(err)
261260
if err == nil || !strings.Contains(err.Error(), "Quota exceeded:") {
262261
break
263262
}

0 commit comments

Comments
 (0)