Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
laffra committed Dec 13, 2024
1 parent 437999c commit 418eb4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion ltk/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ def __init__(self, *args):
)
widgets[str(id(self))] = self
self.attr("ltk_id", str(id(self)))
window.console.log("add widget", self.element, self.attr("ltk_id"))
self._handle_css(args)
if Widget.INSPECT:
self.on("mousemove", proxy(lambda event: self._on_mousemove(event)))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

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

0 comments on commit 418eb4b

Please sign in to comment.