Skip to content

Commit c9241c2

Browse files
committed
disable warning message which make people open issues on github
1 parent b5d1df7 commit c9241c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

afy/cam_fomm.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,10 @@ def select_camera(config):
221221
stream = pyfakewebcam.FakeWebcam(f'/dev/video{opt.virt_cam}', *stream_img_size)
222222
else:
223223
enable_vcam = False
224-
log("Virtual camera is supported only on Linux.")
224+
# log("Virtual camera is supported only on Linux.")
225225

226-
if not enable_vcam:
227-
log("Virtual camera streaming will be disabled.")
226+
# if not enable_vcam:
227+
# log("Virtual camera streaming will be disabled.")
228228

229229
cur_ava = 0
230230
avatar = None

0 commit comments

Comments
 (0)