Skip to content

Commit 418eb4b

Browse files
committed
Remove debug print
1 parent 437999c commit 418eb4b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ltk/widgets.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ def __init__(self, *args):
147147
)
148148
widgets[str(id(self))] = self
149149
self.attr("ltk_id", str(id(self)))
150-
window.console.log("add widget", self.element, self.attr("ltk_id"))
151150
self._handle_css(args)
152151
if Widget.INSPECT:
153152
self.on("mousemove", proxy(lambda event: self._on_mousemove(event)))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "pyscript-ltk"
9-
version = "0.2.17"
9+
version = "0.2.18"
1010
description = "A little toolkit for writing UIs in PyScript"
1111
readme = "README.md"
1212
authors = [{ name = "Chris Laffra", email = "chris@chrislaffra.com" }]

0 commit comments

Comments
 (0)