Skip to content

Commit

Permalink
Remove a useless comment.
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Promislow <[email protected]>
  • Loading branch information
ericpromislow committed Mar 22, 2023
1 parent d71e2ca commit a97fdca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/rancher-desktop/main/deploymentProfiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ export function readDeploymentProfiles(): settings.DeploymentProfileType {
}
}
// If we found something in the HKLM Defaults or Locked registry hive, don't look at the user's
// Alternatively, if the keys work, we could break, even if both hives are empty.
if (Object.keys(profiles.defaults).length || Object.keys(profiles.locked).length) {
break;
}
Expand Down

0 comments on commit a97fdca

Please sign in to comment.