mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-11-04 14:39:42 +08:00
Revert print removal
it isn't console spam if it is important logging.
This commit is contained in:
parent
ce4942a54e
commit
1e0ac5867b
@ -320,7 +320,7 @@ class EyeTrackConfig(BaseModel):
|
|||||||
pass
|
pass
|
||||||
with open(CONFIG_FILE_NAME, "w") as settings_file:
|
with open(CONFIG_FILE_NAME, "w") as settings_file:
|
||||||
json.dump(obj=self.model_dump(warnings=False), fp=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):
|
def register_listener_callback(self, callback):
|
||||||
print(f"[DEBUG] Registering listener {callback}")
|
print(f"[DEBUG] Registering listener {callback}")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user