diff --git a/aider/dump.py b/aider/dump.py index 6098d0b73..2c8bf31c2 100644 --- a/aider/dump.py +++ b/aider/dump.py @@ -12,7 +12,6 @@ def cvt(s): def dump(*vals): - # This is a test comment # http://docs.python.org/library/traceback.html stack = traceback.extract_stack() vars = stack[-2][3]