Index: trunk/MagicSoft/Mars/datacenter/scripts/copyscript
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/copyscript	(revision 7728)
+++ trunk/MagicSoft/Mars/datacenter/scripts/copyscript	(revision 7776)
@@ -178,13 +178,4 @@
          fi
 
-         #copy file
-         totapefile=`echo $file | sed -e 's/home\/lapalma\/transfer/magic\/datacenter\/totape/'`
-         totapepath=`dirname $totapefile`
-         makedir $totapepath >> $scriptlog 2>&1 
-         if ! cp -v $file $totapepath >> $scriptlog 2>&1 
-         then 
-            echo $file" couldn't be copied!!!!!" >> $scriptlog 2>&1 
-         fi
-         
          if mv -v $file $newpath >> $scriptlog 2>&1 
          then
