AGI: Remove stray debug output

This commit is contained in:
Eugene Sandulenko 2021-08-17 19:28:07 +02:00
parent bf1b6a35aa
commit 070a9a53b1
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -433,7 +433,6 @@ void AgiEngine::initialize() {
_soundemu = SOUND_EMU_AMIGA;
break;
default:
debug(0, "DEF");
_soundemu = SOUND_EMU_MIDI;
break;
}