[Chore] Remove the python print code that forgot to remove.
This commit is contained in:
@@ -291,7 +291,6 @@ class VRCT_GUI(CTk):
|
|||||||
self.update()
|
self.update()
|
||||||
screen_height = self.winfo_screenheight()
|
screen_height = self.winfo_screenheight()
|
||||||
window_height = self.winfo_height()
|
window_height = self.winfo_height()
|
||||||
print(screen_height, window_height)
|
|
||||||
if screen_height < window_height:
|
if screen_height < window_height:
|
||||||
return True
|
return True
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user