From d33f8f516b8cbb951f135292eeaf131ba886ed3c Mon Sep 17 00:00:00 2001 From: "Michael S. Klishin" Date: Fri, 22 Jun 2012 04:33:32 +0400 Subject: [PATCH] Remove support for "debugging", it is not very useful at this point --- protocol.rb.pytemplate | 3 --- 1 file changed, 3 deletions(-) diff --git a/protocol.rb.pytemplate b/protocol.rb.pytemplate index 99cb0dd..a529d63 100644 --- a/protocol.rb.pytemplate +++ b/protocol.rb.pytemplate @@ -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