Skip to content

Commit

Permalink
Eliminate debug print (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
tardieu authored May 7, 2024
1 parent e918089 commit 441539f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/controller/quota_tracker.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ limitations under the License.
package controller

import (
"fmt"
"strings"

mcadv1beta1 "github.com/project-codeflare/mcad/api/v1beta1"
Expand Down Expand Up @@ -89,7 +88,6 @@ func (tracker *QuotaTracker) Satisfies(appWrapperAskWeights *WeightsPair, resour
if unAdmittedWeights, exists = tracker.unAdmittedWeightsMap[namespace]; exists {
quotaWeights.QuotaSub(unAdmittedWeights)
}
fmt.Println(quotaWeights)
quotaFits, insufficientResources := appWrapperAskWeights.Fits(quotaWeights)

// mcadLog.Info("QuotaTracker.Satisfies():", "namespace", namespace,
Expand Down

0 comments on commit 441539f

Please sign in to comment.