Index: /temp/trunk/html/admin/products/product.php
===================================================================
--- /temp/trunk/html/admin/products/product.php	(revision 9139)
+++ /temp/trunk/html/admin/products/product.php	(revision 9140)
@@ -522,5 +522,4 @@
 	$arrImageKey = array_flip($objUpFile->keyname);
 
-
 	// ¸µ²èÁü¥µ¥¤¥º¤ò¼èÆÀ
 	$from_path = $objUpFile->temp_dir . $objUpFile->temp_file[$arrImageKey[$from_key]];
@@ -540,5 +539,4 @@
 		$path = $objUpFile->saveResizeImage($_POST['image_key'], $scale);
 		$objUpFile->temp_file[$arrImageKey[$to_key]] = $path;
-		sfprintr($arrImageKey);
 	}
 }
