diff --git a/FSL/src/fsl_mainwindow.cpp b/FSL/src/fsl_mainwindow.cpp
index f0f07fb8ad5d781f653af95400e5e02b2f96d470..5ef93ab252d2a9bf103724bd2009de124cd16545 100644
--- a/FSL/src/fsl_mainwindow.cpp
+++ b/FSL/src/fsl_mainwindow.cpp
@@ -356,7 +356,7 @@ void FSLMainWindow::configure_g4ui_command()
 
     }
 
-    g4ui_commands.push_back("/process/list");
+   // g4ui_commands.push_back("/process/list");
 
 
 
diff --git a/FullSimLight/src/FSLPrimaryGeneratorAction.cc b/FullSimLight/src/FSLPrimaryGeneratorAction.cc
index 041b63a193d19305000785cda2ed386a75367b66..f6bbc0d89a8e1126a6cfcc36f6662e7ce29d2fe0 100644
--- a/FullSimLight/src/FSLPrimaryGeneratorAction.cc
+++ b/FullSimLight/src/FSLPrimaryGeneratorAction.cc
@@ -144,7 +144,7 @@ void  FSLPrimaryGeneratorAction::SetPrimaryName(const G4String& pname) {
   fPrimaryParticleName      = pname;
   gPrimaryType              = fPrimaryParticleName;
   fIsUserPrimaryType        = true;
-  std::cout<<"Primary name: "<<pname<<std::endl;
+  //std::cout<<"Primary name: "<<pname<<std::endl;
 }
 
 void  FSLPrimaryGeneratorAction::SetPrimaryDirection(const G4ThreeVector &pdir) {