Remove a debugging comment

This commit is contained in:
Charles Haley 2024-11-22 10:07:23 +00:00
parent ef6862da8b
commit 16c7bc184d

View File

@ -407,7 +407,6 @@ class BuiltinAdd(BuiltinFormatterFunction):
argument is not a number. In most cases you can use the ``+`` operator instead
of this function.
''')
# r'''No documentation provided''') # for debugging xlated text using French
def evaluate(self, formatter, kwargs, mi, locals, *args):
res = 0