Skip to content

Commit 6907053

Browse files
authored
Remove unnecessary debug print from NinePatch (#2639)
1 parent 23670ca commit 6907053

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arcade/gui/nine_patch.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ def _init_deferred(self):
113113
self._atlas = self._custom_atlas or self._ctx.default_atlas
114114
self._add_to_atlas(self.texture)
115115

116-
print("NinePatchTexture initialized")
117116
self._initialized = True
118117

119118
def initialize(self) -> None:

0 commit comments

Comments
 (0)