diff --git a/matlab/restricted_steadystate.m b/matlab/restricted_steadystate.m
index 76c10e489cc148c933f8b350d694b8464049ff4e..e5972e44657968edf6cd6daa264741d651f1d759 100644
--- a/matlab/restricted_steadystate.m
+++ b/matlab/restricted_steadystate.m
@@ -11,10 +11,4 @@ function [sR,sG] = restricted_steadystate(y,x,indx)
   eval(['[R,G] = ' M_.fname '_static(ss,x);']);
 
   sR = R(inde);
-  sG = G(inde,indx);
-  
-  sG
- 
-  null(sG)
-  
-  pause
\ No newline at end of file
+  sG = G(inde,indx);
\ No newline at end of file