Index: /trunk/FACT++/src/fadctrl.cc
===================================================================
--- /trunk/FACT++/src/fadctrl.cc	(revision 12770)
+++ /trunk/FACT++/src/fadctrl.cc	(revision 12771)
@@ -2159,5 +2159,5 @@
     if (!conf.DoParse(argc, argv, PrintHelp))
         return -1;
-cout << 1 << endl;
+
 //    try
     {
@@ -2170,5 +2170,5 @@
                 return RunShell<LocalStream, StateMachineDim>(conf);
         }
-        cout << 2 << endl;
+
         // Cosole access w/ and w/o Dim
 /*        if (conf.Get<bool>("no-dim"))
@@ -2186,5 +2186,4 @@
                 return RunShell<LocalConsole, StateMachineDim>(conf);
         }
-cout << 3 << endl;
     }
 /*    catch (std::exception& e)
