We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f089ca commit 326dfdcCopy full SHA for 326dfdc
1 file changed
src/warpinator.py
@@ -191,7 +191,6 @@ def refresh_status_widgets(self):
191
label = ""
192
lines = self.op.message.split("\n")
193
for i in range(len(lines)):
194
- print(i, len(lines))
195
label += f"{lines[i]}"
196
if i == 3 and len(lines) > 4:
197
label += "..."
0 commit comments