[deploy] chore: remove logs
This commit is contained in:
parent
f861f3a5ab
commit
7a1c565a92
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue