Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-rr committed May 27, 2024
1 parent e57139d commit bc5e775
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/commands/config/analytics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ export default class Analytics extends Command {
}
}
} catch (e: any) {
// TO DO
// Update config file location
switch (e.code) {
case 'ENOENT':
this.error(`Unable to access the analytics configuration file. We tried to access the ".asyncapi-analytics" file in in the path "${analyticsConfigFile}" but the file could not be found.`);
Expand Down

0 comments on commit bc5e775

Please sign in to comment.