Index: trunk/FACT++/src/gudectrl.cc
===================================================================
--- trunk/FACT++/src/gudectrl.cc	(revision 19928)
+++ trunk/FACT++/src/gudectrl.cc	(revision 19929)
@@ -89,11 +89,6 @@
                                     throw runtime_error("More values than expected!");
 
-                                //cout << "--- " << isensor << ":" << ivalue << " ---" << endl;
                                 //std::stringstream ss2;
                                 //pt::write_json(ss2, value.second.get_child("v").get_value<float>());
-                                //cout << ss2.str() << endl;
-                                //cout << value.second.get_child("v").get_value<string>() << " | " ;
-                                //cout << value.second.get_child("v").get_value<float>() << endl;
-                                //cout << endl;
 
                                 const auto idx = ivalue*12+isensor;
@@ -163,17 +158,5 @@
             }
 
-
-            //UpdateGude(fReadings);
-
-            /*
-            ostringstream out;
-            out << Tools::Form("T=%09d:", data.time);
-            for (int i=0; i<10; i++)
-                out << Tools::Form("%5.1f", data.temp[i]);
-
-            out << Tools::Form(" |%5.1f +-%4.1f", data.avg, data.rms);
-            Info(out);
-            */
-
+            UpdateGude(fReadings);
 
             fLastReport = Time();
