[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
exor674!)
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=4117
Less debug lines (Thank you
Patch by
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");
--------------------------------------------------------------------------------
