[Chore] remove the print code that is under vrct_gui directory.
This commit is contained in:
@@ -2,7 +2,6 @@ from types import SimpleNamespace
|
||||
|
||||
class ColorThemeManager():
|
||||
def __init__(self, theme):
|
||||
print(theme)
|
||||
self.main = SimpleNamespace()
|
||||
self.config_window = SimpleNamespace()
|
||||
self.selectable_language_window = SimpleNamespace()
|
||||
|
||||
@@ -3,7 +3,6 @@ from types import SimpleNamespace
|
||||
class UiScalingManager():
|
||||
def __init__(self, scaling_percentage):
|
||||
scaling_float = int(scaling_percentage.replace("%", "")) / 100
|
||||
print(scaling_float)
|
||||
self.SCALING_FLOAT = max(scaling_float, 0.4)
|
||||
self.main = SimpleNamespace()
|
||||
self.config_window = SimpleNamespace()
|
||||
|
||||
Reference in New Issue
Block a user