Skip to content

Commit 3d017c0

Browse files
easyCZroboquat
authored andcommitted
[usage] Remove 'Get or create CostCenter' log
1 parent a34733e commit 3d017c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/usage/pkg/db/cost_center.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ type CostCenterManager struct {
5959
// This method creates a codt center and stores it in the DB if there is no preexisting one.
6060
func (c *CostCenterManager) GetOrCreateCostCenter(ctx context.Context, attributionID AttributionID) (CostCenter, error) {
6161
logger := log.WithField("attributionId", attributionID)
62-
logger.Info("Get or create CostCenter")
6362

6463
result, err := getCostCenter(ctx, c.conn, attributionID)
6564
if err != nil {

0 commit comments

Comments
 (0)