diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-21 20:13:28 +0000 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-21 20:13:28 +0000 |
| commit | 6ec266faa69cd1efeb531d3b1494189989a84293 (patch) | |
| tree | cc0f86c570e33959f8b80262125ac7b4883d2352 /core/helpers/photo.php | |
| parent | 1b834319f4d92c7845ae67236c2e7a1ea66eba6c (diff) | |
2nd attempt at inserting html by modules.
Diffstat (limited to 'core/helpers/photo.php')
| -rw-r--r-- | core/helpers/photo.php | 1 |
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"])) { |
