Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonEntholzer committed Jan 18, 2025
1 parent 028bf42 commit e7e5c33
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ public void contribute(Info.Builder builder) {
// Store name of the version control system
builder.withDetail(Constants.VERSION_CONTROL_NAME, "Local VC");

// Show the access token in case it is available in the clone URL
// with the account.service.ts and its check if the access token is required

// Store the authentication mechanisms that should be used by the code-button and their order
builder.withDetail(INFO_CODE_BUTTON_AUTHENTICATION_MECHANISMS, orderedAuthenticationMechanisms);
// Store ssh url template
try {
Expand Down

0 comments on commit e7e5c33

Please sign in to comment.