diff options
Diffstat (limited to 'core/helpers/graphics.php')
-rw-r--r-- | core/helpers/graphics.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/helpers/graphics.php b/core/helpers/graphics.php index f120bd50..8418bd6b 100644 --- a/core/helpers/graphics.php +++ b/core/helpers/graphics.php @@ -154,8 +154,6 @@ class graphics_Core { self::init_toolkit(); } - printf("<pre>%s</pre>",print_r(array($input_file, $output_file, $options),1));flush(); - Image::factory($input_file) ->resize($options["width"], $options["height"], $options["master"]) ->save($output_file); |