Skip to content

Commit 84a4523

Browse files
committed
Undo unnecessary changes
1 parent f623b03 commit 84a4523

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/pkg/agent/application/coordinator/coordinator.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1989,9 +1989,7 @@ func (c *Coordinator) checkAndLogUpdate(lastComponentModel []component.Component
19891989
diffUnits map[string]diffCheck
19901990
}
19911991

1992-
// lastCompMap is a map of component IDs -> components that exist in the last/previous component model.
19931992
lastCompMap := convertComponentListToMap(lastComponentModel)
1994-
// currentCompMap is a map of component IDs -> components that will exist in the current/new component model.
19951993
currentCompMap := convertComponentListToMap(c.componentModel)
19961994

19971995
compDiffMap := map[string]compCheck{}

0 commit comments

Comments
 (0)