[Chore] remove the print code that is under vrct_gui directory.

This commit is contained in:
Sakamoto Shiina
2023-09-17 12:45:05 +09:00
parent d90bd7fcfa
commit bc6547cf5c
5 changed files with 0 additions and 10 deletions

View File

@@ -3,7 +3,6 @@ from customtkinter import CTkFont, CTkFrame, CTkLabel, CTkSwitch
def _createSettingBoxCompactModeButton(parent_widget, config_window, settings, view_variable):
def switchConfigWindowCompactMode():
print(config_window.setting_box_compact_mode_switch_box.get())
if config_window.setting_box_compact_mode_switch_box.get() is True:
if callable(view_variable.CALLBACK_ENABLE_CONFIG_WINDOW_COMPACT_MODE) is True:
view_variable.CALLBACK_ENABLE_CONFIG_WINDOW_COMPACT_MODE()