remove debug print

This commit is contained in:
Misha 2024-01-12 17:20:56 -05:00
parent 6ff88925a0
commit f257b2683e
No known key found for this signature in database
GPG Key ID: 8441D12AEF33FED8

View File

@ -18,7 +18,6 @@ void LegoModelPresenter::configureLegoModelPresenter(MxS32 p_modelPresenterConfi
// FUNCTION: LEGO1 0x1007f670
void LegoModelPresenter::Destroy(MxBool p_fromDestructor)
{
OutputDebugString("LegoModelPresenter::Destroy\n");
m_criticalSection.Enter();
m_unk0x64 = 0;
m_addedToView = FALSE;