| Index: common/logdog/coordinator/stream.go
|
| diff --git a/common/logdog/coordinator/stream.go b/common/logdog/coordinator/stream.go
|
| index cf8c0b7392255696b4afc5a703e0c973ef3df333..5509128899472518fac22fd61170c1cd926a4252 100644
|
| --- a/common/logdog/coordinator/stream.go
|
| +++ b/common/logdog/coordinator/stream.go
|
| @@ -70,7 +70,6 @@ func loadLogStream(p types.StreamPath, s *logdog.LogStreamState, d *logpb.LogStr
|
| if s != nil {
|
| st := StreamState{
|
| Created: s.Created.Time(),
|
| - Updated: s.Updated.Time(),
|
| TerminalIndex: types.MessageIndex(s.TerminalIndex),
|
| Purged: s.Purged,
|
| }
|
|
|