Index: trunk/MagicSoft/Mars/datacenter/scripts/doexclusions
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/doexclusions	(revision 7909)
+++ trunk/MagicSoft/Mars/datacenter/scripts/doexclusions	(revision 7911)
@@ -28,6 +28,5 @@
 # this step is needed. 
 #
-# After checking, if the script is already running, the todolist is 
-# written 
+# After checking if the script is already running the todolist is written.
 # Then the run are excluded for each date in the todolist using the 
 # macro doexclusions.C
@@ -75,9 +74,7 @@
    var2=$date
    doexclusionspath=$logpath/$program/$year2
-   echo "excl path: $doexclusionspath"
    makedir $doexclusionspath >> $scriptlog 2>&1
    doexclusionslog=$doexclusionspath/doexclusions-$date.log
 
-   echo "run $program..." >> $scriptlog 2>&1
    setstatus "start" >> $scriptlog 2>&1
 
@@ -85,11 +82,11 @@
 
    case $check1 in
-      1)   echo "check1=$check1 -> everything ok -> setting status..." >> $scriptlog 2>&1 ;;
-      *)   echo "check1=$check1 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1 
+      1)   echo " check1=$check1 -> everything ok -> setting status..." >> $scriptlog 2>&1 ;;
+      *)   echo " check1=$check1 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1 
            com=$Fdoexcl
            check=$check1
            ;;
    esac
-   echo "inserting the status for $program for date $date into the db" >> $scriptlog 2>&1
+   
    setstatus "stop" >> $scriptlog 2>&1
 done
