From 8f1f7c6785a99bb7572bb340cdd8b6189e430d9a Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Tue, 11 Jun 2024 13:54:13 -0400 Subject: [PATCH] Remove junk --- LEGO1/lego/legoomni/src/actors/ambulance.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/LEGO1/lego/legoomni/src/actors/ambulance.cpp b/LEGO1/lego/legoomni/src/actors/ambulance.cpp index 6b715b3d..996b297c 100644 --- a/LEGO1/lego/legoomni/src/actors/ambulance.cpp +++ b/LEGO1/lego/legoomni/src/actors/ambulance.cpp @@ -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();