removed debug code
[editimage_extension] / EditImage_body.php
index e08de0b51f466b8c99be0bb451ff68c0694fffbb..6315b85a07c84ebbc8746f3d29153b015cad0403 100644 (file)
@@ -24,8 +24,6 @@ function resizeImage ( $srcpath, $x1, $y1, $x2, $y2) {
         ' -coalesce ' .
         " -crop {$w}x{$h}+$x1+$y1! " .
         wfescapeshellarg($dstpath) . " 2>&1";
-    global $wgOut;
-    $wgOut->addHTML($cmd);
     wfDebug( __METHOD__.": running ImageMagick: $cmd\n");
     wfProfileIn( 'convert' );
     $err = wfShellExec( $cmd, $retval );

Benjamin Mako Hill || Want to submit a patch?