SCRC: don't use tracing for this process anymore, reduce screen clutter
diff --git a/src/sccp_scrc.erl b/src/sccp_scrc.erl
index 966de9a..e103172 100644
--- a/src/sccp_scrc.erl
+++ b/src/sccp_scrc.erl
@@ -66,7 +66,7 @@
 start_link(InitData) ->
 	% make sure to store the Pid of the caller in the scrc_state
 	gen_fsm:start_link({local, sccp_scrc}, sccp_scrc, 
-			   [{sup_pid,self()}|InitData], [{debug, [trace]}]).
+			   [{sup_pid,self()}|InitData], [{debug, []}]).
 
 % gen_fsm init callback, called by start_link()
 init(InitPropList) ->