removed print from CTk class

This commit is contained in:
TomSchimansky 2022-08-05 16:08:46 +02:00
parent 73ab410a96
commit 5a4c28b178

View File

@ -142,7 +142,6 @@ class CTk(tkinter.Tk):
def geometry(self, geometry_string: str = None):
if geometry_string is not None:
print(self.apply_geometry_scaling(geometry_string), geometry_string)
super().geometry(self.apply_geometry_scaling(geometry_string))
# update width and height attributes