Remove superfluous get_command_info line. Resolves #2035

This commit is contained in:
Griatch 2020-01-29 11:19:28 +01:00
parent 27888fac0b
commit fea02b73bc

View file

@ -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.