From 6ec266faa69cd1efeb531d3b1494189989a84293 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Fri, 21 Nov 2008 20:13:28 +0000 Subject: 2nd attempt at inserting html by modules. --- core/helpers/photo.php | 1 - 1 file changed, 1 deletion(-) (limited to 'core/helpers/photo.php') diff --git a/core/helpers/photo.php b/core/helpers/photo.php index 126387d6..b3669c96 100644 --- a/core/helpers/photo.php +++ b/core/helpers/photo.php @@ -42,7 +42,6 @@ class Photo_Core { throw new Exception("@todo INVALID_IMAGE_FILE"); } - Kohana::log("debug", print_r($image_info, true)); // Force an extension onto the name $pi = pathinfo($name); if (empty($pi["extension"])) { -- cgit v1.2.3