Index: trunk/tools/runwarpskycell.pl
===================================================================
--- trunk/tools/runwarpskycell.pl	(revision 31941)
+++ trunk/tools/runwarpskycell.pl	(revision 31942)
@@ -85,5 +85,5 @@
 $command .= " --verbose" unless $no_verbose;
 $command .= " --dbname $dbname" if $dbname;
-
+$command .= " --zaplog" if $zaplog;
 
 if ($update) {
@@ -104,18 +104,4 @@
 
 exit 0 if $pretend;
-
-# XXX: implement this in warp_skycell.pl
-if ($zaplog) {
-    my $logfile = $path_base . ".log";
-    my $cmd = "neb-mv $logfile $logfile.trash";
-    print "$cmd\n";
-    my $rc = system $cmd;
-    if ($rc) {
-        my $status = $rc >> 8;
-        print STDERR "neb-mv failed with $rc $status\n";
-        exit $status;
-    }
-}
-
 
 exit system $command;
