Skip to content

Commit 297e798

Browse files
committed
Remove some debug statements from lit
1 parent 23b256f commit 297e798

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/utils/lit/lit/TestRunner.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,6 @@ def executeScriptInternal(
11761176
test, litConfig, tmpBase, commands, cwd, debug=True
11771177
) -> Tuple[str, str, int, Optional[str]]:
11781178
cmds = []
1179-
print(test, commands)
11801179
for i, ln in enumerate(commands):
11811180
# Within lit, we try to always add '%dbg(...)' to command lines in order
11821181
# to maximize debuggability. However, custom lit test formats might not
@@ -1206,7 +1205,6 @@ def executeScriptInternal(
12061205
) from None
12071206

12081207
cmd = cmds[0]
1209-
print(cmds)
12101208
for c in cmds[1:]:
12111209
cmd = ShUtil.Seq(cmd, "&&", c)
12121210

0 commit comments

Comments
 (0)