[Chore] Remove the python print code that forgot to remove.

This commit is contained in:
Sakamoto Shiina
2023-10-19 08:58:47 +09:00
parent 8e55a5426c
commit 7eee38f107

View File

@@ -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: