Remove obsolete comment

This commit is contained in:
Laurent Monin
2024-04-21 23:08:18 +02:00
parent fada4f0a40
commit 2cf9323210

View File

@@ -461,8 +461,6 @@ class MainWindow(QtWidgets.QMainWindow, PreserveGeometry):
return hasattr(obj, 'keys') and hasattr(obj, '__getitem__')
echo = kwargs.get('echo', log.debug)
# _ is defined using builtins.__dict__, so setting it as default named argument
# value doesn't work as expected
translate = kwargs.get('translate', _)
timeout = kwargs.get('timeout', 0)
history = kwargs.get('history', log.history_info)