mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-06-07 06:25:26 -04:00
Remove a debugging comment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user