Skip to content

Commit b72cbd9

Browse files
committed
remove seemingly unnecessary comment
1 parent 4d321e1 commit b72cbd9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pkg/skaffold/event/event.go

-6
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,6 @@ func (ev *eventHandler) getState() *proto.State {
108108
ev.stateLock.Lock()
109109
state := pbuf.Clone(ev.state).(*proto.State)
110110
ev.stateLock.Unlock()
111-
112-
// fields are known to be nil'd out when empty
113-
//if s.StatusCheckState != nil && s.StatusCheckState.Resources == nil {
114-
// s.StatusCheckState.Resources = map[string]string{}
115-
//}
116-
117111
return state
118112
}
119113

0 commit comments

Comments
 (0)