From 7eee38f1070fafe356e70e1a60fe3fe04c9b4b7a Mon Sep 17 00:00:00 2001 From: Sakamoto Shiina <68018796+ShiinaSakamoto@users.noreply.github.com> Date: Thu, 19 Oct 2023 08:58:47 +0900 Subject: [PATCH] [Chore] Remove the python print code that forgot to remove. --- vrct_gui/vrct_gui.py | 1 - 1 file changed, 1 deletion(-) diff --git a/vrct_gui/vrct_gui.py b/vrct_gui/vrct_gui.py index 2337e23c..683d4f06 100644 --- a/vrct_gui/vrct_gui.py +++ b/vrct_gui/vrct_gui.py @@ -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: