summaryrefslogtreecommitdiff
path: root/core/helpers/photo.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/helpers/photo.php')
-rw-r--r--core/helpers/photo.php1
1 files changed, 0 insertions, 1 deletions
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"])) {