Index: trunk/MagicSoft/Mars/datacenter/scripts/checktransfer
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/checktransfer	(revision 8886)
+++ trunk/MagicSoft/Mars/datacenter/scripts/checktransfer	(revision 9169)
@@ -50,17 +50,4 @@
 done
 
-
-#checking the transfer of the rawfiles
-dates=`ls /magic/datacenter/fromlapalma/RAW | grep -v Test`
-
-for date in ${dates[@]}
-do
-   if ! ls /magic/datacenter/fromlapalma/RAWchk/$date/$date.finished >/dev/null 2>&1
-   then
-      printprocesslog "WARN .finished for $date not found"
-   fi
-done
-
-
 #checking if there are temporary zipfiles
 files=`find $datapath/rawfiles/20[0-1][0-9]/ -name ".*\.raw\.??????"`
@@ -70,3 +57,2 @@
    printprocesslog "WARN found temporary zipfile $file"
 done
-
