Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 31294b6

Browse files
committed
Remove duplicated comments
1 parent f7be4f0 commit 31294b6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

operator/controllers/execution/scan_controller.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -322,15 +322,6 @@ func (r *ScanReconciler) Reconcile(req ctrl.Request) (ctrl.Result, error) {
322322
}
323323
}
324324
}
325-
326-
// hook := First Array entry which is not Completed.
327-
328-
// if hook == "Pending" => create Job
329-
// if hook == "InProgress" =>
330-
// if job == "Completed" => hook = "Completed"
331-
// (if job == "Failed" => hook = "Failed" => scan = "Failed")
332-
333-
// Scan Status auf ReadAndWriteHookCompleted setzen
334325
case "ReadAndWriteHookCompleted":
335326
err = r.startReadOnlyHooks(&scan)
336327
case "ReadOnlyHookProcessing":

0 commit comments

Comments
 (0)