Skip to content

Commit 0fddb1a

Browse files
committed
Stop printing all chunks in data prep scripts
clutters the CI output
1 parent b624f08 commit 0fddb1a

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

data/ghs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
# %% Parse
4141

4242
chunk = s[a + len(start) : b + 1]
43-
print(chunk)
4443
assert chunk[0] == "{" and chunk[-1] == "}"
4544

4645
# Remove comments

data/stringjoy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636

3737
chunk = s[a + len(start) : b + 1]
3838
assert chunk[0] == "{" and chunk[-1] == "}"
39-
print(chunk)
4039

4140
# Hack: add key names to globals
4241
while True:

0 commit comments

Comments
 (0)