fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2012-01-01 02:31 pm

[dw-free] Implement getreadpage in the API

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

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

Less debug lines (Thank you [personal profile] exor674!)

Patch by [personal profile] fu.

Files modified:
  • cgi-bin/LJ/Protocol.pm
--------------------------------------------------------------------------------
diff -r 865274c97527 -r 81e8dfa8d97c cgi-bin/LJ/Protocol.pm
--- a/cgi-bin/LJ/Protocol.pm	Sun Jan 01 22:25:40 2012 +0800
+++ b/cgi-bin/LJ/Protocol.pm	Sun Jan 01 22:31:49 2012 +0800
@@ -3305,7 +3305,6 @@
     # get the request and response hash refs
     my ($req, $res, $flags) = @_;
 
-warn Data::Dumper::Dumper( "in do_request", $req );
     # initialize some stuff
     %{$res} = ();                      # clear the given response hash
     $flags = {} unless (ref $flags eq "HASH");
--------------------------------------------------------------------------------