Skip to content

Commit

Permalink
revert temp change used to trigger CI
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Fiedorowicz <[email protected]>
  • Loading branch information
mfiedorowicz committed Feb 15, 2024
1 parent 108aa43 commit ca5700b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions diode-server/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ func (s *Server) RegisterComponent(c Component) error {
s.mu.Lock()
defer s.mu.Unlock()

s.Logger().Debug("registering component", "componentName", c.Name())

if _, ok := s.components[c.Name()]; ok {
return fmt.Errorf("Server.RegisterComponent found duplicate component registration for %s", c.Name())
}
Expand Down

0 comments on commit ca5700b

Please sign in to comment.