Skip to content

Commit

Permalink
remove extra login
Browse files Browse the repository at this point in the history
Signed-off-by: nolouch <[email protected]>
  • Loading branch information
nolouch committed Mar 12, 2021
1 parent ab0db32 commit ea4d960
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions session/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -2645,10 +2645,10 @@ func (s *session) NewTxnWithStalenessOption(ctx context.Context, option sessionc
return err
}
vars := s.GetSessionVars()
logutil.Logger(ctx).Info("InitTxnWithExactStaleness() inside a transaction auto commit",
zap.Int64("schemaVersion", vars.TxnCtx.SchemaVersion),
zap.Uint64("txnStartTS", txnID),
zap.String("txnScope", txnScope))
//logutil.Logger(ctx).Info("InitTxnWithExactStaleness() inside a transaction auto commit",
// zap.Int64("schemaVersion", vars.TxnCtx.SchemaVersion),
// zap.Uint64("txnStartTS", txnID),
// zap.String("txnScope", txnScope))
}
var txn kv.Transaction
var err error
Expand Down

0 comments on commit ea4d960

Please sign in to comment.