Skip to content

Commit 746bc03

Browse files
committed
Remove debug print
1 parent 4e9f4f6 commit 746bc03

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
@@ -1157,7 +1157,6 @@ def __setattr__(self, name, value):
11571157
@property
11581158
def context(self):
11591159
if self._context == None:
1160-
window.console.log("Create context", self.element, self.element[0])
11611160
self._context = self.element[0].getContext("2d")
11621161
return self._context
11631162

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.1.39"
9+
version = "0.1.40"
1010
description = "A little toolkit for writing UIs in PyScript"
1111
readme = "README.md"
1212
authors = [{ name = "Chris Laffra", email = "[email protected]" }]

0 commit comments

Comments
 (0)