Revert "chore: Add test comment to dump function"

This reverts commit e951164399.
This commit is contained in:
Andrew Grigorev 2025-04-12 18:14:09 +03:00
parent aa07e16f18
commit 427f9c5b00

View file

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