Skip to content

Commit aa143a5

Browse files
authored
v1.0.4
version 1.0.4
2 parents 16d8c62 + 7b876ce commit aa143a5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pyobs_gui/mainwindow.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,6 @@ async def _client_connected(self, event: Event, client: str) -> bool:
372372

373373
# got an icon?
374374
icon = qta.icon(cw["icon"]) if "icon" in cw else qta.icon(DEFAULT_ICONS[None])
375-
print(icon)
376375

377376
# still nothing?
378377
if widget is None:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyobs-gui"
3-
version = "1.0.3"
3+
version = "1.0.4"
44
description = "A remote GUI for pyobs"
55
authors = ["Tim-Oliver Husser <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)