diff --git a/evennia/commands/command.py b/evennia/commands/command.py index dd317dcd6d..eade7516a8 100644 --- a/evennia/commands/command.py +++ b/evennia/commands/command.py @@ -401,15 +401,6 @@ class Command(object, metaclass=CommandMeta): """ pass - def get_command_info(self): - """ - This is the default output of func() if no func() overload is done. - Provided here as a separate method so that it can be called for debugging - purposes when making commands. - - """ - self.get_command_info() - def get_command_info(self): """ This is the default output of func() if no func() overload is done.