diff --git a/NPLib/AnnularS1/TAnnularS1Physics.cxx b/NPLib/AnnularS1/TAnnularS1Physics.cxx
index 2e7bb49a10c2171e67bec42e1795fd2ae4b31381..cb594334b04328a1eb7c4fd8a38e114340ed4893 100644
--- a/NPLib/AnnularS1/TAnnularS1Physics.cxx
+++ b/NPLib/AnnularS1/TAnnularS1Physics.cxx
@@ -407,7 +407,6 @@ void TAnnularS1Physics::ReadConfiguration(string Path){
       
       // Take next word
       ConfigFile >> DataBuffer ;
-      cout << "xxxxxxxxxxxxxxxxxxx " << DataBuffer << endl; 
       //   Comment Line
       if (DataBuffer.compare(0, 1, "%") == 0) {   ConfigFile.ignore ( std::numeric_limits<std::streamsize>::max(), '\n' );}