- commit
- a56f578cfc843e316d5fe1b51642e3359df5d322
- parent
- 73ade185e4d462a3f39e176ae3d58a6096c48a34
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2023-09-18 21:38
style: rm commented code
Diffstat
| M | xi2.py | 1 | - |
1 files changed, 0 insertions, 1 deletions
diff --git a/xi2.py b/xi2.py
@@ -62,7 +62,6 @@ def parse(t): 62 62 string = '' 63 63 stack = [[]] 64 64 for c in t:65 -1 #print stack, string, c66 65 if c == '{': 67 66 stack.append([]) 68 67 elif c == '}':