Skip to content

Commit 925e651

Browse files
spanner: remove accidental comment
1 parent 3ea7d1d commit 925e651

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/spanner/src/transaction.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,6 @@ Transaction.prototype.requestStream = function(config) {
357357
var gaxOptions = reqOpts.gaxOptions;
358358
delete reqOpts.gaxOptions;
359359

360-
// return config.method(reqOpts, gaxOptions);
361360
var requestStream = config.method(reqOpts, gaxOptions);
362361

363362
if (!is.fn(self.runFn_)) {

0 commit comments

Comments
 (0)