From 7c286d6420ac0ef10776108cb11784c74d248871 Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Thu, 22 Jun 2006 11:56:32 +0000 Subject: [PATCH] remove debug output --- include/functions_images.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/functions_images.inc.php b/include/functions_images.inc.php index 0cb0d83..c31b53c 100644 --- a/include/functions_images.inc.php +++ b/include/functions_images.inc.php @@ -604,7 +604,7 @@ function serendipity_makeThumbnail($file, $directory = '', $size = false, $thumb $infile = $serendipity['serendipityPath'] . $serendipity['uploadPath'] . $directory . $file; - echo 'From: ' . $infile . '
'; +# echo 'From: ' . $infile . '
'; if ($is_temporary) { $temppath = dirname($thumbname); if (!is_dir($temppath)) { @@ -614,7 +614,7 @@ function serendipity_makeThumbnail($file, $directory = '', $size = false, $thumb } else { $outfile = $serendipity['serendipityPath'] . $serendipity['uploadPath'] . $directory . $f . '.' . $thumbname . '.' . $suf; } - echo 'To: ' . $outfile . '
'; +# echo 'To: ' . $outfile . '
'; $fdim = @serendipity_getimagesize($infile, '', $suf); if (isset($fdim['noimage'])) { -- 2.39.5