Skip to content

Commit 3774944

Browse files
committed
wip
1 parent 8ece196 commit 3774944

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

enterprise/coderd/license/license.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ func Entitlements(
8686
switch featureName {
8787
// User limit has special treatment as our only non-boolean feature.
8888
case codersdk.FeatureUserLimit:
89-
fmt.Println("user limit-------------", featureValue)
9089
limit := featureValue
9190
priorLimit := entitlements.Features[codersdk.FeatureUserLimit]
9291
if priorLimit.Limit != nil && *priorLimit.Limit > limit {

0 commit comments

Comments
 (0)