Skip to content

Commit 3a54eef

Browse files
fix: remove comments
1 parent 35086c5 commit 3a54eef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/azure-cli-core/azure/cli/core/commands/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,6 @@ def execute(self, args):
517517
# TODO: Can't simply be invoked as an event because args are transformed
518518
command_preserve_casing = roughly_parse_command_with_casing(args)
519519
args = _pre_command_table_create(self.cli_ctx, args)
520-
# The index may be outdated. Make sure the command appears in the loaded command table
521520

522521
self.cli_ctx.raise_event(EVENT_INVOKER_PRE_CMD_TBL_CREATE, args=args)
523522
self.commands_loader.load_command_table(args)

0 commit comments

Comments
 (0)