summaryrefslogtreecommitdiffstats
path: root/app.py
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2023-12-22 18:14:55 -0800
committeryum <yum.food.vr@gmail.com>2023-12-22 18:15:36 -0800
commit50234bc3fab71f3e204f538b6fc4ca8237bcc068 (patch)
tree420e03eed7b750f709db282d88b81df68ee44430 /app.py
parentaacbf094f6d0d5bb7518515fdba34d48403a5091 (diff)
Add UI picture
Also clean up some program output.
Diffstat (limited to 'app.py')
-rw-r--r--app.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/app.py b/app.py
index f6e3894..eb603af 100644
--- a/app.py
+++ b/app.py
@@ -59,7 +59,6 @@ class MicStream(AudioStream):
self.fps = fps
print(f"Finding mic {which_mic}", file=sys.stderr)
- self.dumpMicDevices()
got_match = False
device_index = -1