[pLog-svn] r3719 - plog/trunk/class/gallery/resizers
mark at devel.lifetype.net
mark at devel.lifetype.net
Mon Jul 10 19:36:24 GMT 2006
Author: mark
Date: 2006-07-10 19:36:23 +0000 (Mon, 10 Jul 2006)
New Revision: 3719
Modified:
plog/trunk/class/gallery/resizers/gallerythumbnailgenerator.class.php
Log:
Remove a debug information.
Modified: plog/trunk/class/gallery/resizers/gallerythumbnailgenerator.class.php
===================================================================
--- plog/trunk/class/gallery/resizers/gallerythumbnailgenerator.class.php 2006-07-10 19:26:33 UTC (rev 3718)
+++ plog/trunk/class/gallery/resizers/gallerythumbnailgenerator.class.php 2006-07-10 19:36:23 UTC (rev 3719)
@@ -98,8 +98,6 @@
$fileExt = strtolower($fileParts[count($fileParts)-1]);
$fileName = $ownerId."-".$resourceId.".".$fileExt;
- print("final size = $previewHeight x $previewWidth - file = $fileName<br/>");
-
// and start the resizing process
include_once( PLOG_CLASS_PATH."class/gallery/resizers/galleryresizer.class.php" );
$resizer = new GalleryResizer( $resFile );
More information about the pLog-svn
mailing list