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:
4cf5a6a
)
removing more debug_rlogs
author
David Reiss
<dreiss@apache.org>
Wed, 11 Jun 2008 01:01:06 +0000
(
01:01
+0000)
committer
David Reiss
<dreiss@apache.org>
Wed, 11 Jun 2008 01:01:06 +0000
(
01:01
+0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@666442
13f79535
-47bb-0310-9956-
ffa450edef68
lib/alterl/src/thrift_socket_server.erl
patch
|
blob
|
history
diff --git
a/lib/alterl/src/thrift_socket_server.erl
b/lib/alterl/src/thrift_socket_server.erl
index
2b7a002
..
aad934c
100644
(file)
--- a/
lib/alterl/src/thrift_socket_server.erl
+++ b/
lib/alterl/src/thrift_socket_server.erl
@@
-32,7
+32,6
@@
}).
start(State=#thrift_socket_server{}) ->
- io:format("~p~n", [State]),
start_server(State);
start(Options) ->
start(parse_options(Options)).
@@
-96,7
+95,6
@@
parse_options([{max, Max} | Rest], State) ->
parse_options(Rest, State#thrift_socket_server{max=MaxInt}).
start_server(State=#thrift_socket_server{name=Name}) ->
- io:format("starting~n"),
case Name of
undefined ->
gen_server:start_link(?MODULE, State, []);