From 37d3254d8c379e5f83497fd3eab55f10a60ee93f Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 23 Feb 2009 01:36:54 +0000 Subject: Remove debug code, thanks Andrew Slayman! --- core/helpers/graphics.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'core/helpers/graphics.php') 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("
%s
",print_r(array($input_file, $output_file, $options),1));flush(); - Image::factory($input_file) ->resize($options["width"], $options["height"], $options["master"]) ->save($output_file); -- cgit v1.2.3