From 61ec6358b065a6f1257d60ed8cafbc3842571f52 Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Sat, 24 Aug 2013 19:40:24 -0400 Subject: [PATCH] Comment out the MSG_CHOICE debug on init --- qcsrc/common/notifications.qc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qcsrc/common/notifications.qc b/qcsrc/common/notifications.qc index 4ed4a1f6c..13229891c 100644 --- a/qcsrc/common/notifications.qc +++ b/qcsrc/common/notifications.qc @@ -847,7 +847,7 @@ void Create_Notification_Entity( notif.nent_stringcount = max(notif.nent_optiona.nent_stringcount, notif.nent_optionb.nent_stringcount); notif.nent_floatcount = max(notif.nent_optiona.nent_floatcount, notif.nent_optionb.nent_floatcount); - #ifdef NOTIFICATIONS_DEBUG + /*#ifdef NOTIFICATIONS_DEBUG Debug_Notification(sprintf( "Create_Notification_Entity(...): MSG_CHOICE: %s\n%s\n%s\n", notif.nent_name, @@ -866,7 +866,7 @@ void Create_Notification_Entity( notif.nent_optionb.nent_floatcount ) )); - #endif + #endif*/ } break; } -- 2.39.2