Skip to content

Commit

Permalink
total lint..
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelquigley committed Jun 13, 2024
1 parent 74f2fa9 commit 2614721
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controller/limits/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ func (a *Agent) CanCreateShare(acctId, envId int, reserved, uniqueName bool, _ s
logrus.Debugf("account '#%d', environment '%d' over unique names limit '%d'", acctId, envId, a.cfg.UniqueNames)
return false, nil
}
logrus.Infof("total = %d", total)
}
}
}
Expand Down

0 comments on commit 2614721

Please sign in to comment.