Skip to content

Commit f606a42

Browse files
committed
chore(test_256_colors): Remove unused print statements
1 parent 0935135 commit f606a42

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_server.py

-3
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,9 @@ def test_config(server):
4040
def test_256_colors(server):
4141
myserver = Server(colors=256)
4242
assert myserver.colors == 256
43-
print(myserver.colors)
4443

4544
proc = myserver.cmd("list-sessions")
4645

47-
print("list-sessions", proc)
48-
4946
assert "-2" in proc.cmd
5047
assert "-8" not in proc.cmd
5148

0 commit comments

Comments
 (0)