Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 8474)
+++ trunk/MagicSoft/Mars/Changelog	(revision 8475)
@@ -26,4 +26,7 @@
        It is not used anyhow.
 
+   * datacenter/macros/fillsignal.C:
+     - small simplification
+
 
 
Index: trunk/MagicSoft/Mars/datacenter/macros/fillsignal.C
===================================================================
--- trunk/MagicSoft/Mars/datacenter/macros/fillsignal.C	(revision 8474)
+++ trunk/MagicSoft/Mars/datacenter/macros/fillsignal.C	(revision 8475)
@@ -149,22 +149,10 @@
     Double_t devcal;
 
-    TString medpuloff;
-    TString devpuloff;
-    TString medhilocal;
-    TString devhilocal;
-
-    if (seq > 200000)
-    {
-        cout << "INFO - HiLoOff not used anymore." << endl;
-        cout << "INFO - HiLoCal not used anymore." << endl;
-
-        medpuloff.Form("NULL");
-        devpuloff.Form("NULL");
-        medhilocal.Form("NULL");
-        devhilocal.Form("NULL");
-
-    }
-
-    else
+    TString medpuloff("NULL");
+    TString devpuloff("NULL");
+    TString medhilocal("NULL");
+    TString devhilocal("NULL");
+
+    if (seq < 200000)
     {
         MHCamera *hilooff = (MHCamera*)arr.FindObjectInCanvas("HiLoOff;avg", "MHCamera", "HiLoOff");
