We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ece196 commit 3774944Copy full SHA for 3774944
enterprise/coderd/license/license.go
@@ -86,7 +86,6 @@ func Entitlements(
86
switch featureName {
87
// User limit has special treatment as our only non-boolean feature.
88
case codersdk.FeatureUserLimit:
89
- fmt.Println("user limit-------------", featureValue)
90
limit := featureValue
91
priorLimit := entitlements.Features[codersdk.FeatureUserLimit]
92
if priorLimit.Limit != nil && *priorLimit.Limit > limit {
0 commit comments