Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ircd / gline.c
index 06524614e82b0b2f53d6f2e8d769be6c623eec83..81a99756c111e8c4c496c2ed6bc15f309e59a2c1 100644 (file)
@@ -281,9 +281,6 @@ gline_activate(struct Client *cptr, struct Client *sptr, struct Gline *gline,
   assert(0 != gline);
   assert(!GlineIsLocal(gline));
 
-  if (flags & GLINE_LOCAL)
-    sendto_ops("gline_activate called with GLINE_LOCAL");
-
   saveflags = gline->gl_flags;
 
   if (flags & GLINE_LOCAL)
@@ -340,9 +337,6 @@ gline_deactivate(struct Client *cptr, struct Client *sptr, struct Gline *gline,
 
   assert(0 != gline);
 
-  if (flags & GLINE_LOCAL)
-    sendto_ops("gline_deactivate called with GLINE_LOCAL");
-
   saveflags = gline->gl_flags;
 
   if (!GlineIsLocal(gline)) {