From: Samual Lenks Date: Sat, 24 Aug 2013 23:40:24 +0000 (-0400) Subject: Comment out the MSG_CHOICE debug on init X-Git-Tag: xonotic-v0.8.0~341^2~7 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=61ec6358b065a6f1257d60ed8cafbc3842571f52 Comment out the MSG_CHOICE debug on init --- diff --git a/qcsrc/common/notifications.qc b/qcsrc/common/notifications.qc index 4ed4a1f6c5..13229891ca 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; }