Skip to content

Commit b9ff666

Browse files
committed
bug(server): Remove superfluous print statement
1 parent ddfd601 commit b9ff666

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libtmux/server.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ def _list_windows(self):
204204

205205
wformats = ["session_name", "session_id"] + formats.WINDOW_FORMATS
206206
tmux_formats = ["#{%s}" % format for format in wformats]
207-
print()
208207

209208
proc = self.cmd(
210209
"list-windows", # ``tmux list-windows``

0 commit comments

Comments
 (0)