From c99d9f552a431e64ba98583d0fcbe8fbc298a2dc Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 15 Feb 2010 03:04:00 -0600 Subject: remove a debugging warn --- lib/Crawl/Bot/Plugin/Wiki.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Crawl/Bot/Plugin/Wiki.pm b/lib/Crawl/Bot/Plugin/Wiki.pm index 66394c2..c08c019 100644 --- a/lib/Crawl/Bot/Plugin/Wiki.pm +++ b/lib/Crawl/Bot/Plugin/Wiki.pm @@ -31,7 +31,6 @@ sub tick { return unless $last_checked; my $xmlrpc = XML::RPC->new($self->xmlrpc_location); - warn "Getting recent wiki changes..."; my $changes = try { $xmlrpc->call('wiki.getRecentChanges', $last_checked) } catch { warn $_ }; # ->call returns a hashref with error info on failure return unless ref($changes) eq 'ARRAY'; -- cgit v1.2.3-54-g00ecf