Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
laffra committed May 28, 2024
1 parent 4e9f4f6 commit 746bc03
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 @@ -1157,7 +1157,6 @@ def __setattr__(self, name, value):
@property
def context(self):
if self._context == None:
window.console.log("Create context", self.element, self.element[0])
self._context = self.element[0].getContext("2d")
return self._context

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.1.39"
version = "0.1.40"
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 746bc03

Please sign in to comment.