Skip to content

Commit 7ba2a95

Browse files
fix pr comment
1 parent f72f961 commit 7ba2a95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/configManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export class ConfigManager {
5050

5151
// If duplicates were found, update the configuration to remove them.
5252
if (uniqueArray.length !== repository.length) {
53-
this.logger.info(`Removing ${repository.length - uniqueArray.length} duplicate repository URL(s) from configuration`);
53+
this.logger.debug(`Removing ${repository.length - uniqueArray.length} duplicate repository URL(s) from configuration`);
5454

5555
// Update the configuration to persist the deduplicated list.
5656
vscode.workspace.getConfiguration('promptitude')

0 commit comments

Comments
 (0)