From 564167a9808dfd1048c885313b3d2f96f1896649 Mon Sep 17 00:00:00 2001 From: misyaguziya Date: Tue, 7 May 2024 16:39:00 +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 | 1 - 1 file changed, 1 deletion(-) diff --git a/controller.py b/controller.py index fb505fdc..6a7ef5b1 100644 --- a/controller.py +++ b/controller.py @@ -883,7 +883,6 @@ def callbackSetEnableOverlaySmallLog(value): if config.ENABLE_OVERLAY_SMALL_LOG is True and config.ENABLE_TRANSCRIPTION_RECEIVE is True: if model.overlay.initialized is False and model.overlay.checkSteamvrRunning() is True: model.startOverlay() - print("model.startOverlay()") elif config.ENABLE_OVERLAY_SMALL_LOG is False: pass