From 3053983f0014cc89c803c575a5ba5f3e205caf9e Mon Sep 17 00:00:00 2001 From: Prohurtz <48768484+RedHawk989@users.noreply.github.com> Date: Mon, 19 Sep 2022 18:51:18 -0700 Subject: [PATCH] remove "here" print lmao --- EyeTrackApp/osc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/EyeTrackApp/osc.py b/EyeTrackApp/osc.py index 1436ec9..21869fc 100644 --- a/EyeTrackApp/osc.py +++ b/EyeTrackApp/osc.py @@ -72,7 +72,6 @@ class VRChatOSC: se = 0 if rec == 0 or lec == 0: - print("here") se = 1 self.client.send_message("/avatar/parameters/LeftEyeX", sx) # only one eye is detected or there is an error. Send mirrored data to both eyes. self.client.send_message("/avatar/parameters/RightEyeX", sx)