From bcebead53a13424ff412db0322d72b1d68c61d7c Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Tue, 9 Jun 2009 11:39:51 -0400 Subject: [PATCH] removed debugging from format_image_w_h_thumb_w_h() --- format.php | 1 - 1 file changed, 1 deletion(-) diff --git a/format.php b/format.php index 12615cc..0058a44 100644 --- a/format.php +++ b/format.php @@ -146,7 +146,6 @@ function format_image_w_h($str) { function format_image_w_h_thumb_w_h($str) { $fields = explode(' ', $str); if(count($fields) != 6) { - die('count: ' . count($fields)); return ''; } -- 1.7.10.4