From 7991e981ca8e9388cdf36f16430fa2841e38d46d Mon Sep 17 00:00:00 2001 From: matthew Date: Thu, 27 Jun 2019 19:25:10 -0500 Subject: [PATCH] Revert "Update main.php" This reverts commit 0eeede7977f69c1e3a60d778de771f08eed4fc38. --- 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 d46ca7ca..3b73bdfb 100644 --- a/ext/handle_pixel/main.php +++ b/ext/handle_pixel/main.php @@ -99,7 +99,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; }