]> git.mjollnir.org Git - s9y.git/commitdiff
remove debug output
authorgarvinhicking <garvinhicking>
Thu, 22 Jun 2006 11:56:32 +0000 (11:56 +0000)
committergarvinhicking <garvinhicking>
Thu, 22 Jun 2006 11:56:32 +0000 (11:56 +0000)
include/functions_images.inc.php

index 0cb0d835be79bc701965dcff3a0d141f6876cb70..c31b53ca08129dc1871758a315cbd14db83182eb 100644 (file)
@@ -604,7 +604,7 @@ function serendipity_makeThumbnail($file, $directory = '', $size = false, $thumb
 
 
     $infile  = $serendipity['serendipityPath'] . $serendipity['uploadPath'] . $directory . $file;
-    echo 'From: ' . $infile . '<br />';
+#    echo 'From: ' . $infile . '<br />';
     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 . '<br />';
+#    echo 'To: ' . $outfile . '<br />';
 
     $fdim    = @serendipity_getimagesize($infile, '', $suf);
     if (isset($fdim['noimage'])) {