Skip to content

Commit cf6aa1a

Browse files
committed
removed debug print.
1 parent be7c779 commit cf6aa1a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ursina/prefabs/button.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ def input(self, key):
175175
def on_mouse_enter(self):
176176
if not self.disabled and self.model:
177177
self.model.setColorScale(self.highlight_color)
178-
print('------------', self.highlight_color)
179178

180179
if self.highlight_scale != 1:
181180
self.model.setScale(Vec3(self.highlight_scale, self.highlight_scale, 1))
@@ -255,5 +254,5 @@ def input(key):
255254
if key == 'space':
256255
b.text = 'updated text'
257256

258-
257+
Sky()
259258
app.run()

0 commit comments

Comments
 (0)