Index: trunk/FACT++/src/Main.h
===================================================================
--- trunk/FACT++/src/Main.h	(revision 11580)
+++ trunk/FACT++/src/Main.h	(revision 11581)
@@ -48,8 +48,6 @@
         // -----------------------------------------------------------------
 
-        cout << conf.Has("console") << endl;
-        cout << conf.Has("null") << endl;
         static T shell(conf.GetName().c_str(),
-                   conf.Has("console") ? conf.Get<int>("console")!=1 : conf.Get<bool>("null"));
+                       conf.Has("console") ? conf.Get<int>("console")!=1 : conf.Get<bool>("null"));
 
         WindowLog &win  = shell.GetStreamIn();
