Author: Kev <klmitch@mit.edu>
authorKevin L. Mitchell <klmitch@mit.edu>
Mon, 17 Apr 2000 19:20:07 +0000 (19:20 +0000)
committerKevin L. Mitchell <klmitch@mit.edu>
Mon, 17 Apr 2000 19:20:07 +0000 (19:20 +0000)
Log message:

Blah, left in bogus debugging code

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@187 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

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)) {