Skip to content

Commit

Permalink
Remove bad comment
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
  • Loading branch information
matzew committed Dec 17, 2024
1 parent d3306df commit ee95167
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/reconciler/integration/sink/integrationsink.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,6 @@ func (r *Reconciler) reconcileService(ctx context.Context, sink *sinks.Integrati
} else if !metav1.IsControlledBy(svc, sink) {
return nil, fmt.Errorf("Service %q is not owned by IntegrationSink %q", svc.Name, sink.Name)
} else {
// Hallo, hier ist ein Kommentar :-) DANCE DACNE yO!
// WTF is this comment?!
logging.FromContext(ctx).Debugw("Reusing existing Service", zap.Any("Service", svc))
}

Expand Down

0 comments on commit ee95167

Please sign in to comment.