From ade7ae26495e5b28fe73b2f335c89fb802ce8c1b Mon Sep 17 00:00:00 2001 From: misyaguziya Date: Tue, 7 May 2024 18:05:06 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F[Remove]=20Model=20:=20?= =?UTF-8?q?=E3=83=86=E3=82=B9=E3=83=88=E3=82=B3=E3=83=BC=E3=83=89=E3=82=92?= =?UTF-8?q?=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controller.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/controller.py b/controller.py index 6a7ef5b1..668c78d1 100644 --- a/controller.py +++ b/controller.py @@ -165,7 +165,6 @@ def receiveSpeakerMessage(message): if model.overlay.initialized is True: overlay_image = model.createOverlayImageShort(message, translation) model.updateOverlay(overlay_image) - print("model.updateOverlay(overlay_image)") # overlay_image = model.createOverlayImageLong("receive", message, translation) # model.updateOverlay(overlay_image) @@ -429,7 +428,6 @@ def callbackToggleTranscriptionReceive(is_turned_on): if config.ENABLE_TRANSCRIPTION_RECEIVE is True and config.ENABLE_OVERLAY_SMALL_LOG is True: if model.overlay.initialized is False and model.overlay.checkSteamvrRunning() is True: model.startOverlay() - print("model.startOverlay()") elif config.ENABLE_TRANSCRIPTION_RECEIVE is False: pass