From 7a1c565a925bfe258cfee0c9c412497bdd274b20 Mon Sep 17 00:00:00 2001 From: Haibo Date: Thu, 5 Oct 2023 18:23:32 +0800 Subject: [PATCH] [deploy] chore: remove logs --- src/kiwano-audio/Sound.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/kiwano-audio/Sound.cpp b/src/kiwano-audio/Sound.cpp index 79986155..3be889fe 100644 --- a/src/kiwano-audio/Sound.cpp +++ b/src/kiwano-audio/Sound.cpp @@ -131,10 +131,6 @@ void Sound::Play(int loop_count) { KGE_ERRORF("Submitting source buffer failed with HRESULT of %08X", hr); } - else - { - KGE_LOG("success!!"); - } playing_ = SUCCEEDED(hr); }