Remove junk

This commit is contained in:
Christian Semmler 2024-06-11 13:54:13 -04:00
parent 6439f46eea
commit 8f1f7c6785

View File

@ -105,10 +105,6 @@ MxLong Ambulance::Notify(MxParam& p_param)
{
MxLong result = 0;
char asd[123];
sprintf(asd, "%d\n", ((MxNotificationParam&) p_param).GetType());
OutputDebugString(asd);
switch (((MxNotificationParam&) p_param).GetType()) {
case c_notificationType0:
result = HandleNotification0();