From b0e12f6a6c38333bed012f6df7cd50174833690b Mon Sep 17 00:00:00 2001 From: Matthew Barbour Date: Fri, 21 Jun 2019 15:01:25 -0500 Subject: [PATCH] Update main.php --- ext/handle_pixel/main.php | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/handle_pixel/main.php b/ext/handle_pixel/main.php index 7c83d83b..f5c9b3f1 100644 --- a/ext/handle_pixel/main.php +++ b/ext/handle_pixel/main.php @@ -69,7 +69,6 @@ class PixelFileHandler extends DataHandlerExtension imagestring($thumb, 5, 10, 24, "Image Too Large :(", $black); return true; } catch (Exception $e) { - throw $e; log_error("handle_pixel", "Error while creating thumbnail: ".$e->getMessage()); return false; }