From d3cfbfee8f03382cea603136c417768d7f9fb177 Mon Sep 17 00:00:00 2001 From: Date: Mon, 11 Aug 2008 15:12:27 -0400 Subject: [PATCH] removed debug code --- EditImage_body.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/EditImage_body.php b/EditImage_body.php index e08de0b..6315b85 100644 --- a/EditImage_body.php +++ b/EditImage_body.php @@ -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 ); -- 2.30.2