mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-06-12 10:01 pm

[dw-free] ljprotocol.pl: list_friendgroups called.

[commit: http://hg.dwscoalition.org/dw-free/rev/abb35acb08ba]

http://bugs.dwscoalition.org/show_bug.cgi?id=691

Remove useless/not very informative warning that's filling up the error
logs.

Patch by [personal profile] kareila.

Files modified:
  • cgi-bin/ljprotocol.pl
--------------------------------------------------------------------------------
diff -r b2f4882e5afe -r abb35acb08ba cgi-bin/ljprotocol.pl
--- a/cgi-bin/ljprotocol.pl	Fri Jun 12 21:59:40 2009 +0000
+++ b/cgi-bin/ljprotocol.pl	Fri Jun 12 22:01:20 2009 +0000
@@ -2513,7 +2513,7 @@ sub list_friendgroups
 {
     my $u = shift;
 
-    warn "ljprotocol.pl: list_friendgroups called.\n";
+#    warn "ljprotocol.pl: list_friendgroups called.\n";
     return [];
 
 # TODO(mark): this needs updating to determine if we should send trust groups?
--------------------------------------------------------------------------------