From f537ea9e9e5f09172f36ff333520e3cce12e87ff Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 4 Nov 2015 13:52:48 +0100 Subject: wip --- src/rose.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rose.erl') 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 -- cgit v1.2.3