Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit 441539f

Browse files
authored
Eliminate debug print (#166)
1 parent e918089 commit 441539f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/controller/quota_tracker.go

-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ limitations under the License.
1717
package controller
1818

1919
import (
20-
"fmt"
2120
"strings"
2221

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

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

0 commit comments

Comments
 (0)