Skip to content

Commit

Permalink
removing a wrong log (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgkanatsios authored Sep 14, 2022
1 parent 544eca2 commit 7b5adb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/operator/controllers/gameserver_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ func (r *GameServerReconciler) Reconcile(ctx context.Context, req ctrl.Request)

if !podFoundInCache {
log.Info("Creating a new pod for GameServer", GameServerKind, gs.Name)
log.Info("lala", "init1", r.InitContainerImageLinux, "init2", r.InitContainerImageWin)
newPod := NewPodForGameServer(&gs, r.InitContainerImageLinux, r.InitContainerImageWin)
if err := r.Create(ctx, newPod); err != nil {
return ctrl.Result{}, err
Expand Down

0 comments on commit 7b5adb3

Please sign in to comment.