Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
41911a5
)
Thrift/Ruby: Remove a debugging message.
author
David Reiss
<dreiss@apache.org>
Mon, 28 Jan 2008 20:46:50 +0000
(20:46 +0000)
committer
David Reiss
<dreiss@apache.org>
Mon, 28 Jan 2008 20:46:50 +0000
(20:46 +0000)
Submitted by William Morgan.
Approved by Kevin Clark.
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665443
13f79535
-47bb-0310-9956-
ffa450edef68
lib/rb/lib/thrift/server/tserver.rb
patch
|
blob
|
history
diff --git
a/lib/rb/lib/thrift/server/tserver.rb
b/lib/rb/lib/thrift/server/tserver.rb
index
0a213c7
..
9abfb30
100644
(file)
--- a/
lib/rb/lib/thrift/server/tserver.rb
+++ b/
lib/rb/lib/thrift/server/tserver.rb
@@
-42,7
+42,7
@@
class TSimpleServer < TServer
@processor.process(prot, prot)
end
rescue TTransportException, TProtocolException => ttx
- print ttx,"\n"
+
#
print ttx,"\n"
ensure
trans.close()
end