]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Comment out the MSG_CHOICE debug on init
authorSamual Lenks <samual@xonotic.org>
Sat, 24 Aug 2013 23:40:24 +0000 (19:40 -0400)
committerSamual Lenks <samual@xonotic.org>
Sat, 24 Aug 2013 23:40:24 +0000 (19:40 -0400)
qcsrc/common/notifications.qc

index 4ed4a1f6c5f33458158c9532a4c3689f3c3fc1c5..13229891ca6d5e921bd0ef6d625f9e14cbee310e 100644 (file)
@@ -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;
                }