From 752ed60890d42c4c4e79e5ef01c09a78b32b468a Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sun, 15 Aug 2010 18:46:56 -0700 Subject: [PATCH] Remove debugging statement --- modules/themeroller/helpers/themeroller_task.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/themeroller/helpers/themeroller_task.php b/modules/themeroller/helpers/themeroller_task.php index 8060a49a..2d90a7d3 100644 --- a/modules/themeroller/helpers/themeroller_task.php +++ b/modules/themeroller/helpers/themeroller_task.php @@ -128,8 +128,6 @@ class themeroller_task_Core { } else { $image_color = $parameters["colors"]["iconColorContent"]; } - Kohana_Log::add("error", Kohana::debug(array("image_color" => $image_color, - "matches" => $matches))); $image_file = "{$target_dir}$basename"; themeroller::generate_image($mask, $image_file, $image_color); $completed++;