We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b624f08 commit 0fddb1aCopy full SHA for 0fddb1a
2 files changed
data/ghs.py
@@ -40,7 +40,6 @@
40
# %% Parse
41
42
chunk = s[a + len(start) : b + 1]
43
-print(chunk)
44
assert chunk[0] == "{" and chunk[-1] == "}"
45
46
# Remove comments
data/stringjoy.py
@@ -36,7 +36,6 @@
36
37
38
39
# Hack: add key names to globals
while True:
0 commit comments