[pLog-svn] r4022 - plog/branches/lifetype-1.1.1/class/gallery/resizers

oscar at devel.lifetype.net oscar at devel.lifetype.net
Fri Sep 22 21:54:50 GMT 2006


Author: oscar
Date: 2006-09-22 21:54:49 +0000 (Fri, 22 Sep 2006)
New Revision: 4022

Modified:
   plog/branches/lifetype-1.1.1/class/gallery/resizers/gallerythumbnailgenerator.class.php
Log:
Removed some unnecessary debug code.

Modified: plog/branches/lifetype-1.1.1/class/gallery/resizers/gallerythumbnailgenerator.class.php
===================================================================
--- plog/branches/lifetype-1.1.1/class/gallery/resizers/gallerythumbnailgenerator.class.php	2006-09-22 21:51:04 UTC (rev 4021)
+++ plog/branches/lifetype-1.1.1/class/gallery/resizers/gallerythumbnailgenerator.class.php	2006-09-22 21:54:49 UTC (rev 4022)
@@ -101,8 +101,6 @@
 			$config =& Config::getConfig();
 			$previewKeepAspectRatio = $config->getValue( "thumbnails_keep_aspect_ratio" );
 			
-			print("final height = $previewHeight - final width = $previewWidth" );			
-			
 			// get the file extension
 			$fileParts = explode( ".", $resFile );
 			$fileExt = $fileParts[count($fileParts)-1];



More information about the pLog-svn mailing list