Index: trunk/ippScripts/scripts/diff_skycell.pl
===================================================================
--- trunk/ippScripts/scripts/diff_skycell.pl	(revision 18616)
+++ trunk/ippScripts/scripts/diff_skycell.pl	(revision 19197)
@@ -220,18 +220,4 @@
         }
     }
-
-    # Register the run as completed
-    {
-        my $command = "$difftool -updaterun -diff_id $diff_id -state stop"; # Command to run difftool
-        $command .= " -dbname $dbname" if defined $dbname;
-
-        my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
-            run(command => $command, verbose => $verbose);
-        unless ($success) {
-            $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
-            warn("Unable to perform difftool -updaterun: $error_code\n");
-            exit($error_code);
-        }
-    }
 }
 
