Skip to content

Commit

Permalink
storage: rm debug
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed Apr 16, 2012
1 parent a7929f1 commit 63d73b6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/storage.erl
Expand Up @@ -84,9 +84,6 @@ fold_resource(URL, Offset, Length, F, AccIn) when is_binary(URL) ->
fold_resource(binary_to_list(URL), Offset, Length, F, AccIn);
fold_resource(URL, Offset, Length, F, AccIn) ->
%% Compose request
logger:log(backend_http, debug,
"GET ~s (~p+~p)~n", [URL, Offset, Length]),
io:format("GET ~s (~p+~p)~n", [URL, Offset, Length]),
ReqHeaders =
if
is_integer(Offset),
Expand Down

0 comments on commit 63d73b6

Please sign in to comment.