[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()
|
||||
screen_height = self.winfo_screenheight()
|
||||
window_height = self.winfo_height()
|
||||
print(screen_height, window_height)
|
||||
if screen_height < window_height:
|
||||
return True
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user