Revert "Update main.php"

This reverts commit 0eeede7977f69c1e3a60d778de771f08eed4fc38.
This commit is contained in:
matthew 2019-06-27 19:25:10 -05:00
parent f2496b99f6
commit 7991e981ca

View file

@ -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;
}