summaryrefslogtreecommitdiff
path: root/src/rose.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rose.erl')
-rw-r--r--src/rose.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rose.erl b/src/rose.erl
index 9df46a7..68f2ad6 100644
--- a/src/rose.erl
+++ b/src/rose.erl
@@ -36,7 +36,7 @@ dispatch({invoke, #'Invoke'{invokeId = Id, opcode = Op, argument = Data}}) ->
?SNAPSHOT ->
ok;
?STATUS ->
- io:format("Status: ~p~n", [status:value(Data)]),
+ %io:format("Status: ~p~n", [status:value(Data)]),
tapi:send(return(Id, Op, status:encode()));
_ ->
error