Revert print removal

it isn't console spam if it is important logging.
This commit is contained in:
Prohurtz 2024-11-27 13:48:15 -06:00
parent ce4942a54e
commit 1e0ac5867b

View File

@ -320,7 +320,7 @@ class EyeTrackConfig(BaseModel):
pass
with open(CONFIG_FILE_NAME, "w") as settings_file:
json.dump(obj=self.model_dump(warnings=False), fp=settings_file)
#print(f"\033[92m[INFO] Config Saved Successfully\033[0m")
print(f"\033[92m[INFO] Config Saved Successfully\033[0m")
def register_listener_callback(self, callback):
print(f"[DEBUG] Registering listener {callback}")