Skip to content

Commit

Permalink
spanner: remove accidental comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus authored Jun 5, 2017
1 parent 3ea7d1d commit 925e651
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/spanner/src/transaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ Transaction.prototype.requestStream = function(config) {
var gaxOptions = reqOpts.gaxOptions;
delete reqOpts.gaxOptions;

// return config.method(reqOpts, gaxOptions);
var requestStream = config.method(reqOpts, gaxOptions);

if (!is.fn(self.runFn_)) {
Expand Down

0 comments on commit 925e651

Please sign in to comment.