Skip to content

Commit

Permalink
Remove support for "debugging", it is not very useful at this point
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jun 22, 2012
1 parent e2a166d commit d33f8f5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions protocol.rb.pytemplate
Expand Up @@ -385,9 +385,6 @@ module AMQ
frames + self.encode_body(payload, channel, frame_size)
% endif
% else:
% if os.getenv("DEVELOPMENT"):
STDERR.puts("~ [\e[31m#{channel}\e[m] \e[32m${klass.name}.${method.name}\e[m(${", ".join([method + "=#{" + method + ".inspect}" for method in method.not_ignored_args()])})") if $DEBUG
% endif
MethodFrame.new(buffer, channel)
% endif
end
Expand Down

0 comments on commit d33f8f5

Please sign in to comment.