🗑️[Remove] Model : テストコードを削除

This commit is contained in:
misyaguziya
2024-05-07 16:39:00 +09:00
parent 313682cbbd
commit 564167a980

View File

@@ -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