Skip to content

Commit

Permalink
remove rogue print
Browse files Browse the repository at this point in the history
  • Loading branch information
kkunapuli committed Oct 3, 2024
1 parent a6c8187 commit 6d3bc7b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions master/internal/configpolicy/task_config_policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ func GetMergedConstraints(ctx context.Context, workspaceID int, workloadType str
}
}

fmt.Printf("merged constraints: %v\n", constraints)

return &constraints, nil
}

Expand Down

0 comments on commit 6d3bc7b

Please sign in to comment.