[deploy] chore: remove logs

This commit is contained in:
Haibo 2023-10-05 18:23:32 +08:00
parent f861f3a5ab
commit 7a1c565a92
1 changed files with 0 additions and 4 deletions

View File

@ -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);
}