Skip to content

Commit

Permalink
remove superfluous controller namespace logging
Browse files Browse the repository at this point in the history
  • Loading branch information
shalberd authored Nov 26, 2024
1 parent 14f2f59 commit 8d715a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/odh-notebook-controller/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ func main() {
setupLog.Error(err, "Error during determining controller / main namespace")
os.Exit(1)
}
setupLog.Info("Controller is running in namespace", "namespace", namespace)
if err = (&controllers.OpenshiftNotebookReconciler{
Client: mgr.GetClient(),
Log: ctrl.Log.WithName("controllers").WithName("Notebook"),
Expand Down

0 comments on commit 8d715a4

Please sign in to comment.