From 16d5d6f1e1a5da29a5e854724dfb1c5105d28fd8 Mon Sep 17 00:00:00 2001
From: Branson Stephens <branson@moe.phys.uwm.edu>
Date: Tue, 23 Oct 2012 07:59:39 -0500
Subject: [PATCH] Hey, just commenting out the XMPP alert to keep it from
 spamming folks.

---
 gracedb/alert.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gracedb/alert.py b/gracedb/alert.py
index 2cb87d8e2..a6607a819 100644
--- a/gracedb/alert.py
+++ b/gracedb/alert.py
@@ -15,7 +15,8 @@ import glue.ligolw.utils
 import glue.lvalert.utils
 
 def issueAlert(event, location, temp_data_loc):
-    issueXMPPAlert(event, location, temp_data_loc)
+#   Branson commented out just in case somebody is listening.
+#    issueXMPPAlert(event, location, temp_data_loc)
     issueEmailAlert(event, location)
 
 def indent(nindent, text):
-- 
GitLab