Skip to content

Commit

Permalink
feat(torch): remove comments
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Ramon Mañes <[email protected]>
  • Loading branch information
tty47 committed Nov 14, 2023
1 parent 87a2c3f commit ede94f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/k8s/statefulsets.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ func WatchStatefulSets() error {

// Watch for events on the watcher channel
for event := range watcher.ResultChan() {
// Check if the event object is of type *v1.StatefulSet
if statefulSet, ok := event.Object.(*v1.StatefulSet); ok {
if !ok {
log.Warn("Received an event that is not a StatefulSet. Skipping this resource...")
Expand Down

0 comments on commit ede94f7

Please sign in to comment.