[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
kareila.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=691
Remove useless/not very informative warning that's filling up the error
logs.
Patch by
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?
--------------------------------------------------------------------------------
