Skip to content

Commit

Permalink
server: comment out high frequency log message
Browse files Browse the repository at this point in the history
  • Loading branch information
talklittle committed Sep 12, 2011
1 parent 26fc55f commit a82d936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/kanaloa/src/kanaloa_connection.erl
Expand Up @@ -125,7 +125,7 @@ loop(Owner, Count) ->
loop_accumulate(Owner, Messages, Timeout, SizeCutoff) when is_list(Messages) andalso is_integer(Timeout) andalso is_integer(SizeCutoff) ->
Now = now_ms(),
Size = iolist_size(Messages),
io:format("The size of the batch is ~w\n", [Size]),
% io:format("The size of the batch is ~w\n", [Size]),
if
Timeout < Now -> % Batch timeout
{ok, Messages};
Expand Down

0 comments on commit a82d936

Please sign in to comment.