We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23670ca commit 6907053Copy full SHA for 6907053
1 file changed
arcade/gui/nine_patch.py
@@ -113,7 +113,6 @@ def _init_deferred(self):
113
self._atlas = self._custom_atlas or self._ctx.default_atlas
114
self._add_to_atlas(self.texture)
115
116
- print("NinePatchTexture initialized")
117
self._initialized = True
118
119
def initialize(self) -> None:
0 commit comments