summaryrefslogtreecommitdiff
path: root/src/rose.erl
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-11-04 13:52:48 +0100
committerDimitri Sokolyuk <demon@dim13.org>2015-11-04 13:52:48 +0100
commitf537ea9e9e5f09172f36ff333520e3cce12e87ff (patch)
tree7e7e09d7a708b4a487e5add31cb084754ebbfc70 /src/rose.erl
parent46584464f600ebfcaf5e4e68095cbe0a7feb5f00 (diff)
wip
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