Skip to content

Commit

Permalink
remove unused line in time stamp calculation (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
guoweis-work authored Sep 2, 2020
1 parent 1ad03cf commit 6d3571e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion grpcreplay/grpcreplay.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ func (r *Recorder) writeEntry(e *entry) (int, error) {
return 0, r.err
}
e.delay = int64(time.Now().Sub(r.st))
r.st = time.Now()
err := writeEntry(r.w, e)
if err != nil {
r.err = err
Expand Down

0 comments on commit 6d3571e

Please sign in to comment.