Skip to content

Commit eaadd07

Browse files
committed
Update osc.py
remove print
1 parent bf2d1fc commit eaadd07

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

BabbleApp/osc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class Tab(IntEnum):
1414

1515
def output_osc(array, self):
1616
location = self.config.gui_osc_location
17-
print(self.config.gui_osc_location)
1817
multi = self.config.gui_multiply
1918
self.client.send_message(location + "/cheekPuffLeft", array[0] * multi)
2019
self.client.send_message(location + "/cheekPuffRight", array[1] * multi)

0 commit comments

Comments
 (0)